COLOR #C78B75

HEX: #C78B75
RGB: (199,139,117)

Color info

#C78B75 contains mainly red color. Web safe color of #C78B75 is #CC9966 (or #C96).

RGB color model

#C78B75 color RGB value is (199,139,117).

  • red value is 199;
  • green value is 139;
  • blue value is 117.
RGB:
(199,139,117)
(78%,55%,46%)

RGB channels and saturation

R 199 of 255 = 78%
G 139 of 255 = 55%
B 117 of 255 = 46%

199
139
117

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

Portions of RGB colors in percentages

R + G + B =
199 + 139 + 117 = 455 (100%)
R 199 of 455 ~ 43.74%
G 139 of 455 ~ 30.55%
B 117 of 455 ~ 25.71%

%43.74
%30.55
%25.71

CMYK color model

#C78B75 color CMYK value is (0,30,41,22).

  • cyan value is 0.00%
  • magenta value is 30.15%
  • yellow value is 41.21%
  • key color value is 21.96%
CMYK:
(0,30,41,22)
C0M30Y41K22 
(0%,30%,41%,22%)
(0.00/0.30/0.41/0.22)	

CMYK percentages

%0
%30.15
%41.21
%21.96

Codes

Color #C78B75 in popluar color models

C78B75
RGB199139117
HSL16°42.27%61.96%
HSB/HSV16°41.21%78.04%
CMYK0.00%30.15%41.21%
21.96%

Color #C78B75 in popluar number systems.

HEXC78B75
Decimal199139117
Binary11000111100010111110101
Octal307213165

Shades and tints

Shades of #C78B75

#C78B75
(199,139,117)
#B57F6B
(181,127,107)
#A37361
(163,115,97)
#916757
(145,103,87)
#7F5B4D
(127,91,77)
#6D4F43
(109,79,67)
#5B4339
(91,67,57)
#49372F
(73,55,47)
#372B25
(55,43,37)
#251F1B
(37,31,27)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #C78B75

#C78B75
(199,139,117)
#CC9581
(204,149,129)
#D19F8D
(209,159,141)
#D6A999
(214,169,153)
#DBB3A5
(219,179,165)
#E0BDB1
(224,189,177)
#E5C7BD
(229,199,189)
#EAD1C9
(234,209,201)
#EFDBD5
(239,219,213)
#F4E5E1
(244,229,225)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78B75 color. Also use rgb(199,139,117) instead hex code.

Text Font Color

.myTextColor { color: #C78B75; }

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

This text font color is #C78B75.


Background Color

.myBgColor { background-color: #C78B75; }

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

This div background color is #C78B75.


Border color

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

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

This div border color is #C78B75.


Opacity

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

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

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

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

This text has shadow with #C78B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78B75 on black background.


Color preview on white background

This text has color #C78B75 on white background.



Black color preview on #C78B75 background

This text has black color on #C78B75 background.


White color preview on #C78B75 background

This text has white color on #C78B75 background.