COLOR #C87A7F

HEX: #C87A7F RGB: (200,122,127)

Color info

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

RGB color model

#C87A7F color RGB value is (200,122,127).

RGB: (200,122,127) (78%, 48%, 50%)

RGB channels and saturation

R 200 of 255 = 78%
G 122 of 255 = 48%
B 127 of 255 = 50%

200
122
127

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

Portions of RGB colors in percentages

R + G + B = 200 + 122 + 127 = 449 (100%)
R 200 of 449 ~ 44.54%
G 122 of 449 ~ 27.17%
B 127 of 449 ~ 28.29'%

%44.54
%27.17
%28.29

CMYK color model

#C87A7F color CMYK value is (0,39,37,22).

  • cyan value is 0.00%
  • magenta value is 39.00%
  • yellow value is 36.50%
  • key color value is 21.57%

CMYK: (0,39,37,22)
C0M39Y37K22 (0%, 39%, 37%, 22%)
(0.00 / 0.39 / 0.37 / 0.22)

CMYK percentages

%0
%39
%36.5
%21.57

Codes

Color #C87A7F in popluar color models

C8 7A 7F
RGB 200 122 127
HSL 356° 41.49% 63.14%
HSB/HSV 356° 39.00% 78.43%
CMYK 0.00% 39.00% 36.50%
21.57%

Color #C87A7F in popluar number systems.

HEX C8 7A 7F
Decimal 200 122 127
Binary 11001000 1111010 1111111
Octal 310 172 177

Shades and tints

Shades of #C87A7F

#C87A7F
(200,122,127)
#B66F74
(182,111,116)
#A46469
(164,100,105)
#92595E
(146,89,94)
#804E53
(128,78,83)
#6E4348
(110,67,72)
#5C383D
(92,56,61)
#4A2D32
(74,45,50)
#382227
(56,34,39)
#26171C
(38,23,28)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #C87A7F

#C87A7F
(200,122,127)
#CD868A
(205,134,138)
#D29295
(210,146,149)
#D79EA0
(215,158,160)
#DCAAAB
(220,170,171)
#E1B6B6
(225,182,182)
#E6C2C1
(230,194,193)
#EBCECC
(235,206,204)
#F0DAD7
(240,218,215)
#F5E6E2
(245,230,226)
#FAF2ED
(250,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87A7F color. Also use rgb(200,122,127) instead hex code.

Text Font Color

.myTextColor { color: #C87A7F; }

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

This text font color is #C87A7F.

Background Color

.myBgColor { background-color: #C87A7F; }

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

This div background color is #C87A7F.

Border color

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

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

This div border color is #C87A7F.

Opacity

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

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

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

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

This text has shadow with #C87A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87A7F.

Preview

Color preview on black background

This text has color #C87A7F on black background.


Color preview on white background

This text has color #C87A7F on white background.


Black color preview on #C87A7F background

This text has black color on #C87A7F background.


White color preview on #C87A7F background

This text has white color on #C87A7F background.


Related colors

Complementary color

Complementary color for #hex is #378580.


I love getcolorcode.com

Triadic colors

1 #7FC87A and #7A7FC8 with #C87A7F are triadic colors.

2 #7F7AC8 and #7AC87F with #C87A7F are triadic colors.