COLOR #C08B77

HEX: #C08B77 RGB: (192,139,119)

Color info

#C08B77 contains mainly red and green colors. Web safe color of #C08B77 is #CC9966 (or #C96).

RGB color model

#C08B77 color RGB value is (192,139,119).

RGB: (192,139,119) (75%, 55%, 47%)

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 119 of 255 = 47%

192
139
119

R + G + B ~ 59%. #C08B77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 192 + 139 + 119 = 450 (100%)
R 192 of 450 ~ 42.67%
G 139 of 450 ~ 30.89%
B 119 of 450 ~ 26.44'%

%42.67
%30.89
%26.44

CMYK color model

#C08B77 color CMYK value is (0,28,38,25).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 38.02%
  • key color value is 24.71%

CMYK: (0,28,38,25)
C0M28Y38K25 (0%, 28%, 38%, 25%)
(0.00 / 0.28 / 0.38 / 0.25)

CMYK percentages

%0
%27.6
%38.02
%24.71

Codes

Color #C08B77 in popluar color models

C0 8B 77
RGB 192 139 119
HSL 16° 36.68% 60.98%
HSB/HSV 16° 38.02% 75.29%
CMYK 0.00% 27.60% 38.02%
24.71%

Color #C08B77 in popluar number systems.

HEX C0 8B 77
Decimal 192 139 119
Binary 11000000 10001011 1110111
Octal 300 213 167

Shades and tints

Shades of #C08B77

#C08B77
(192,139,119)
#AF7F6D
(175,127,109)
#9E7363
(158,115,99)
#8D6759
(141,103,89)
#7C5B4F
(124,91,79)
#6B4F45
(107,79,69)
#5A433B
(90,67,59)
#493731
(73,55,49)
#382B27
(56,43,39)
#271F1D
(39,31,29)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #C08B77

#C08B77
(192,139,119)
#C59583
(197,149,131)
#CA9F8F
(202,159,143)
#CFA99B
(207,169,155)
#D4B3A7
(212,179,167)
#D9BDB3
(217,189,179)
#DEC7BF
(222,199,191)
#E3D1CB
(227,209,203)
#E8DBD7
(232,219,215)
#EDE5E3
(237,229,227)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08B77 color. Also use rgb(192,139,119) instead hex code.

Text Font Color

.myTextColor { color: #C08B77; }

<p style="color:#C08B77">This sample text font color is #C08B77.</p>

This text font color is #C08B77.

Background Color

.myBgColor { background-color: #C08B77; }

<div style="background-color:#C08B77">Inner text</div>

This div background color is #C08B77.

Border color

.myBorderColor { border: 1px solid #C08B77; }

<div style="border:3px solid #C08B77">Div</div>

This div border color is #C08B77.

Opacity

.myOpacity80 { color: #C08B77; opacity: 0.8; }

<p style="color:#C08B77;opacity:0.8;">80%</p>

Text with #C08B77 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C08B77;}

<p style="text-shadow: 3px 3px 1px #C08B77">Text here.</p>

This text has shadow with #C08B77 color.


.textShadow {text-shadow: 3px 3px 1px #C08B77', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C08B77, 5px 5px 20px red">Text here.</p>

This text has shadow with #C08B77 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C08B77, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C08B77, Direction=45, Strength=4)">Text</p>

This text has shadow with #C08B77 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C08B77;
-webkit-box-shadow: 1px 1px 3px 2px #C08B77;
box-shadow: 1px 1px 3px 2px #C08B77;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C08B77; -webkit-box-shadow: 1px 1px 3px 2px #C08B77; box-shadow:1px 1px 3px 2px #C08B77;">
Div content here
</div>

This div box has shadow with color #C08B77.

Preview

Color preview on black background

This text has color #C08B77 on black background.


Color preview on white background

This text has color #C08B77 on white background.


Black color preview on #C08B77 background

This text has black color on #C08B77 background.


White color preview on #C08B77 background

This text has white color on #C08B77 background.


Related colors

Complementary color

Complementary color for #hex is #3F7488.


I love getcolorcode.com

Triadic colors

1 #77C08B and #8B77C0 with #C08B77 are triadic colors.

2 #778BC0 and #8BC077 with #C08B77 are triadic colors.