COLOR #C78C7A

HEX: #C78C7A
RGB: (199,140,122)

Color info

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

RGB color model

#C78C7A color RGB value is (199,140,122).

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

RGB channels and saturation

R 199 of 255 = 78%
G 140 of 255 = 55%
B 122 of 255 = 48%

199
140
122

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

Portions of RGB colors in percentages

R + G + B =
199 + 140 + 122 = 461 (100%)
R 199 of 461 ~ 43.17%
G 140 of 461 ~ 30.37%
B 122 of 461 ~ 26.46%

%43.17
%30.37
%26.46

CMYK color model

#C78C7A color CMYK value is (0,30,39,22).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 38.69%
  • key color value is 21.96%
CMYK:
(0,30,39,22)
C0M30Y39K22 
(0%,30%,39%,22%)
(0.00/0.30/0.39/0.22)	

CMYK percentages

%0
%29.65
%38.69
%21.96

Codes

Color #C78C7A in popluar color models

C78C7A
RGB199140122
HSL14°40.74%62.94%
HSB/HSV14°38.69%78.04%
CMYK0.00%29.65%38.69%
21.96%

Color #C78C7A in popluar number systems.

HEXC78C7A
Decimal199140122
Binary11000111100011001111010
Octal307214172

Shades and tints

Shades of #C78C7A

#C78C7A
(199,140,122)
#B5806F
(181,128,111)
#A37464
(163,116,100)
#916859
(145,104,89)
#7F5C4E
(127,92,78)
#6D5043
(109,80,67)
#5B4438
(91,68,56)
#49382D
(73,56,45)
#372C22
(55,44,34)
#252017
(37,32,23)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #C78C7A

#C78C7A
(199,140,122)
#CC9686
(204,150,134)
#D1A092
(209,160,146)
#D6AA9E
(214,170,158)
#DBB4AA
(219,180,170)
#E0BEB6
(224,190,182)
#E5C8C2
(229,200,194)
#EAD2CE
(234,210,206)
#EFDCDA
(239,220,218)
#F4E6E6
(244,230,230)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C78C7A; }

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

This text font color is #C78C7A.


Background Color

.myBgColor { background-color: #C78C7A; }

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

This div background color is #C78C7A.


Border color

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

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

This div border color is #C78C7A.


Opacity

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

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

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

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

This text has shadow with #C78C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78C7A on black background.


Color preview on white background

This text has color #C78C7A on white background.



Black color preview on #C78C7A background

This text has black color on #C78C7A background.


White color preview on #C78C7A background

This text has white color on #C78C7A background.