#C77D76

Color #C77D76 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #C77D76

Tints of Contessa #C77D76

Color information

#C77D76 (or 0xC77D76) is unknown color: approx Contessa. HEX triplet: C7, 7D and 76. RGB value is (199,125,118). Sum of RGB (Red+Green+Blue) = 199+125+118=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D76 is #388289. Grayscale: #929292. Windows color (decimal): -3703434 or 7765447. OLE color: 7765447.

HSL color Cylindrical-coordinate representation of color #C77D76: hue angle of 5.19º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C77D76 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB199125118-
CMYK00.370.410.22
HSL5.19º41.97%62.16%-
HSV(B)5.19º40.7%78.04%-
XYZ34.1628.1220.77-
YUV146.33112.02165.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 45.02%
GREEN value IS 125 (49.22% from 255) = 28.28%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=45.02%
G=28.28%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912511800.370.410.225.1941.9762.16
HexC77D76025291652a3e
Octal307175166045512655276
Binary1100011111111011110110010010110100110110101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77D76; }

 p { color: rgb(199,125,118); }

 H1.HeaderClassName
 {
   color: #C77D76;
 }
 .AnyTagClassName
 {
   color: #C77D76;
 }
</style>
background-color css

<style>
 a { background-color: #C77D76; }

 a { background-color: rgb(199,125,118); }

 div.DivClassName
 {
   background-color: #C77D76;
 }
 .BgClassName
 {
   background-color: #C77D76;
 }
</style>
border-color css

<style>
 span { border-color: #C77D76; }

 span { border-color: rgb(199,125,118); }

 td.TdClassName
 {
   border-color: #C77D76;
 }
 .TagClassName
 {
   border-color: #C77D76;
 }
</style>