COLOR #C77A57

HEX: #C77A57
RGB: (199,122,87)

Color info

#C77A57 contains mainly red color. Web safe color of #C77A57 is #CC6666 (or #C66).

RGB color model

#C77A57 color RGB value is (199,122,87).

  • red value is 199;
  • green value is 122;
  • blue value is 87.
RGB:
(199,122,87)
(78%,48%,34%)

RGB channels and saturation

R 199 of 255 = 78%
G 122 of 255 = 48%
B 87 of 255 = 34%

199
122
87

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

Portions of RGB colors in percentages

R + G + B =
199 + 122 + 87 = 408 (100%)
R 199 of 408 ~ 48.77%
G 122 of 408 ~ 29.9%
B 87 of 408 ~ 21.32%

%48.77
%29.9
%21.32

CMYK color model

#C77A57 color CMYK value is (0,39,56,22).

  • cyan value is 0.00%
  • magenta value is 38.69%
  • yellow value is 56.28%
  • key color value is 21.96%
CMYK:
(0,39,56,22)
C0M39Y56K22 
(0%,39%,56%,22%)
(0.00/0.39/0.56/0.22)	

CMYK percentages

%0
%38.69
%56.28
%21.96

Codes

Color #C77A57 in popluar color models

C77A57
RGB19912287
HSL19°50.00%56.08%
HSB/HSV19°56.28%78.04%
CMYK0.00%38.69%56.28%
21.96%

Color #C77A57 in popluar number systems.

HEXC77A57
Decimal19912287
Binary1100011111110101010111
Octal307172127

Shades and tints

Shades of #C77A57

#C77A57
(199,122,87)
#B56F50
(181,111,80)
#A36449
(163,100,73)
#915942
(145,89,66)
#7F4E3B
(127,78,59)
#6D4334
(109,67,52)
#5B382D
(91,56,45)
#492D26
(73,45,38)
#37221F
(55,34,31)
#251718
(37,23,24)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #C77A57

#C77A57
(199,122,87)
#CC8666
(204,134,102)
#D19275
(209,146,117)
#D69E84
(214,158,132)
#DBAA93
(219,170,147)
#E0B6A2
(224,182,162)
#E5C2B1
(229,194,177)
#EACEC0
(234,206,192)
#EFDACF
(239,218,207)
#F4E6DE
(244,230,222)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77A57 color. Also use rgb(199,122,87) instead hex code.

Text Font Color

.myTextColor { color: #C77A57; }

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

This text font color is #C77A57.


Background Color

.myBgColor { background-color: #C77A57; }

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

This div background color is #C77A57.


Border color

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

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

This div border color is #C77A57.


Opacity

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

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

Text with #C77A57 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 #C77A57;}

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

This text has shadow with #C77A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77A57 on black background.


Color preview on white background

This text has color #C77A57 on white background.



Black color preview on #C77A57 background

This text has black color on #C77A57 background.


White color preview on #C77A57 background

This text has white color on #C77A57 background.