#dc7776

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

Shades of Geraldine #DC7776

Tints of Geraldine #DC7776

Color information

#DC7776 (or 0xDC7776) is unknown color: approx Geraldine. HEX triplet: DC, 77 and 76. RGB value is (220,119,118). Sum of RGB (Red+Green+Blue) = 220+119+118=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7776 is #238889. Grayscale: #959595. Windows color (decimal): -2328714 or 7763932. OLE color: 7763932.

HSL color Cylindrical-coordinate representation of color #DC7776: hue angle of 0.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7776 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220119118-
CMYK00.460.460.14
HSL0.59º59.3%66.27%-
HSV(B)0.59º46.36%86.27%-
XYZ39.3829.7220.8-
YUV149.08110.46178.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.14%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=48.14%
G=26.04%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011911800.460.460.140.5959.366.27
HexDC777602E2EE13b42
Octal3341671660565616173102
Binary11011100111011111101100101110101110111011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7776; }

 p { color: rgb(220,119,118); }

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

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

 a { background-color: rgb(220,119,118); }

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

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

 span { border-color: rgb(220,119,118); }

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