COLOR #C77B48

HEX: #C77B48
RGB: (199,123,72)

Color info

#C77B48 contains mainly red color. Web safe color of #C77B48 is #CC6633 (or #C63).

RGB color model

#C77B48 color RGB value is (199,123,72).

  • red value is 199;
  • green value is 123;
  • blue value is 72.
RGB:
(199,123,72)
(78%,48%,28%)

RGB channels and saturation

R 199 of 255 = 78%
G 123 of 255 = 48%
B 72 of 255 = 28%

199
123
72

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

Portions of RGB colors in percentages

R + G + B =
199 + 123 + 72 = 394 (100%)
R 199 of 394 ~ 50.51%
G 123 of 394 ~ 31.22%
B 72 of 394 ~ 18.27%

%50.51
%31.22
%18.27

CMYK color model

#C77B48 color CMYK value is (0,38,64,22).

  • cyan value is 0.00%
  • magenta value is 38.19%
  • yellow value is 63.82%
  • key color value is 21.96%
CMYK:
(0,38,64,22)
C0M38Y64K22 
(0%,38%,64%,22%)
(0.00/0.38/0.64/0.22)	

CMYK percentages

%0
%38.19
%63.82
%21.96

Codes

Color #C77B48 in popluar color models

C77B48
RGB19912372
HSL24°53.14%53.14%
HSB/HSV24°63.82%78.04%
CMYK0.00%38.19%63.82%
21.96%

Color #C77B48 in popluar number systems.

HEXC77B48
Decimal19912372
Binary1100011111110111001000
Octal307173110

Shades and tints

Shades of #C77B48

#C77B48
(199,123,72)
#B57042
(181,112,66)
#A3653C
(163,101,60)
#915A36
(145,90,54)
#7F4F30
(127,79,48)
#6D442A
(109,68,42)
#5B3924
(91,57,36)
#492E1E
(73,46,30)
#372318
(55,35,24)
#251812
(37,24,18)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #C77B48

#C77B48
(199,123,72)
#CC8758
(204,135,88)
#D19368
(209,147,104)
#D69F78
(214,159,120)
#DBAB88
(219,171,136)
#E0B798
(224,183,152)
#E5C3A8
(229,195,168)
#EACFB8
(234,207,184)
#EFDBC8
(239,219,200)
#F4E7D8
(244,231,216)
#F9F3E8
(249,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77B48 color. Also use rgb(199,123,72) instead hex code.

Text Font Color

.myTextColor { color: #C77B48; }

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

This text font color is #C77B48.


Background Color

.myBgColor { background-color: #C77B48; }

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

This div background color is #C77B48.


Border color

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

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

This div border color is #C77B48.


Opacity

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

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

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

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

This text has shadow with #C77B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77B48 on black background.


Color preview on white background

This text has color #C77B48 on white background.



Black color preview on #C77B48 background

This text has black color on #C77B48 background.


White color preview on #C77B48 background

This text has white color on #C77B48 background.