COLOR #C76A7E

HEX: #C76A7E RGB: (199,106,126)

Color info

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

RGB color model

#C76A7E color RGB value is (199,106,126).

RGB: (199,106,126) (78%, 42%, 49%)

RGB channels and saturation

R 199 of 255 = 78%
G 106 of 255 = 42%
B 126 of 255 = 49%

199
106
126

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

Portions of RGB colors in percentages

R + G + B = 199 + 106 + 126 = 431 (100%)
R 199 of 431 ~ 46.17%
G 106 of 431 ~ 24.59%
B 126 of 431 ~ 29.23'%

%46.17
%24.59
%29.23

CMYK color model

#C76A7E color CMYK value is (0,47,37,22).

  • cyan value is 0.00%
  • magenta value is 46.73%
  • yellow value is 36.68%
  • key color value is 21.96%

CMYK: (0,47,37,22)
C0M47Y37K22 (0%, 47%, 37%, 22%)
(0.00 / 0.47 / 0.37 / 0.22)

CMYK percentages

%0
%46.73
%36.68
%21.96

Codes

Color #C76A7E in popluar color models

C7 6A 7E
RGB 199 106 126
HSL 347° 45.37% 59.80%
HSB/HSV 347° 46.73% 78.04%
CMYK 0.00% 46.73% 36.68%
21.96%

Color #C76A7E in popluar number systems.

HEX C7 6A 7E
Decimal 199 106 126
Binary 11000111 1101010 1111110
Octal 307 152 176

Shades and tints

Shades of #C76A7E

#C76A7E
(199,106,126)
#B56173
(181,97,115)
#A35868
(163,88,104)
#914F5D
(145,79,93)
#7F4652
(127,70,82)
#6D3D47
(109,61,71)
#5B343C
(91,52,60)
#492B31
(73,43,49)
#372226
(55,34,38)
#25191B
(37,25,27)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #C76A7E

#C76A7E
(199,106,126)
#CC7789
(204,119,137)
#D18494
(209,132,148)
#D6919F
(214,145,159)
#DB9EAA
(219,158,170)
#E0ABB5
(224,171,181)
#E5B8C0
(229,184,192)
#EAC5CB
(234,197,203)
#EFD2D6
(239,210,214)
#F4DFE1
(244,223,225)
#F9ECEC
(249,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76A7E color. Also use rgb(199,106,126) instead hex code.

Text Font Color

.myTextColor { color: #C76A7E; }

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

This text font color is #C76A7E.

Background Color

.myBgColor { background-color: #C76A7E; }

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

This div background color is #C76A7E.

Border color

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

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

This div border color is #C76A7E.

Opacity

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

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

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

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

This text has shadow with #C76A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C76A7E.

Preview

Color preview on black background

This text has color #C76A7E on black background.


Color preview on white background

This text has color #C76A7E on white background.


Black color preview on #C76A7E background

This text has black color on #C76A7E background.


White color preview on #C76A7E background

This text has white color on #C76A7E background.


Related colors

Complementary color

Complementary color for #hex is #389581.


I love getcolorcode.com

Triadic colors

1 #7EC76A and #6A7EC7 with #C76A7E are triadic colors.

2 #7E6AC7 and #6AC77E with #C76A7E are triadic colors.