crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#70555b hex color - Brown - Warm color - Information

#70555b hex color - Brown - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Brown

Hex #70555b Color code in RGB color code model is created after adding 43.92% red color, 33.33% green color and 35.69% blue color. Hex #70555b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 19% yellow and 56% black.

Hex #70555b color code is between #774455 web safe hex color code and #666666 web safe hex color code. #774455 is the nearest web safe color code. You can see here many more shades of #70555b color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code70555b#70555b
RGB Decimal112, 85, 91rgb(112, 85, 91)
RGB Percent44%, 33%, 36%rgb(44%, 33%, 36%)
CSS RGBa112, 85, 91,1rgba(112,85,91,1)
CMYK Modelcmyk(0%,24%,19%,56%)
HSL Color Space347,14% ,39%hsl(347,14% ,39%)
HSV Color Space347°, 24%, 44%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100000101010101011011
Octal160125133
Decimal1128591
Hex70555b

Different shades of #70555b color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #70555b
#8d6b73
Dark Shade of #70555b
#533f43
Saturated Shade of #70555b
#7a4b56
Desaturated Shade of #70555b
#665f60
Grey scale Shade of #70555b
#626262
Brighten Shade
#896e74
Most Readable Shade
#FFFFFF

Shades of #70555b color code

Generate more color scales with scales (color stack) generator.

#70555b
#634b50
#574246
#4a383c
#3e2f32
#312528
#251c1e
#181214
#0c090a
#000000

Similar Color like #70555b color

Find visually similar hex color codes nearing to #70555b hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#71565c
#72575d
#73585e
#74595f
#755a60
#765b61
#775c62
#785d63
#795e64
#7a5f65
#7b6066
#7c6167
#7d6268
#7e6369
#6f545a
#6e5359
#6d5258
#6c5157
#6b5056
#6a4f55
#694e54
#684d53
#674c52
#664b51
#654a50
#64494f
#63484e
#62474d

Monochromatic Color with #70555b

#70555b
#9a757e
#c596a0
#efb6c3
#1b1416
#453538

Tints of #70555b Color

#70555b
#7f676d
#8f7a7f
#9f8d91
#afa0a3
#bfb3b6
#cfc6c8
#dfd9da
#efecec
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#70555b
#55706a

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#70555b
#55705c
#556970

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#705566
#705560
#70555b
#705556
#705a55

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#70555b
#5b7055
#555b70

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#70555b
#687055
#55706a
#5c5570

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#70555b
#55706a
#556970
#705c55

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #70555b Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#70555b Color Code Preview on Black Background Color

This is how #70555b Color will look on black background color. Color contrast ratio is 3.14

#70555b in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#70555b">Your Example Paragraph content text in with font color #70555b </p>

Your Example Paragraph content text in with font color #70555b

HTML with inline CSS

<div style="color:#70555b">Your Paragraph text in with font color #70555b </div>

Your Example Paragraph content text in with font color #70555b

#70555b color code is use for CSS Background Color

Background color for the above div is #70555b

HTML with inline CSS

<div style="background-color:#70555b;"></div>

#70555b color code is use for CSS Border Color

CSS Border color for the above div is #70555b

HTML with inline CSS

<div style="border:5px solid #70555b;"></div>

CSS Border Left color for the above div is #70555b

HTML with inline CSS

<div style="border-left:5px solid #70555b;"></div>

CSS Border Right color for the above div is #70555b

HTML with inline CSS

<div style="border-right:5px solid #70555b;"></div>

CSS Border Bottom color for the above div is #70555b

HTML with inline CSS

<div style="border-bottom:5px solid #70555b;"></div>

CSS Border Top color for the above div is #70555b

HTML with inline CSS

<div style="border-top:5px solid #70555b;"></div>

#70555b hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#70555b; } .examplecolorclass {color:#70555b; } .examplebordercolor {border:3px solid #70555b; }

#70555b Color code Preview on White Background

This is how #70555b Color code will look on white background color. Color contrast ratio is 6.69

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #70555b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #70555b; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.