#DC7778

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

Shades of Froly #DC7778

Tints of Froly #DC7778

Color information

#DC7778 (or 0xDC7778) is unknown color: approx Froly. HEX triplet: DC, 77 and 78. RGB value is (220,119,120). Sum of RGB (Red+Green+Blue) = 220+119+120=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7778 is #238887. Grayscale: #959595. Windows color (decimal): -2328712 or 7895004. OLE color: 7895004.

HSL color Cylindrical-coordinate representation of color #DC7778: hue angle of 359.41º 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 #DC7778 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB220119120-
CMYK00.460.450.14
HSL359.41º59.06%66.47%-
HSV(B)359.41º45.91%86.27%-
XYZ39.529.7721.43-
YUV149.31111.46178.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=47.93%
G=25.93%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011912000.460.450.14359.4159.0666.47
HexDC777802E2DE1673b42
Octal334167170056551654773102
Binary1101110011101111111000010111010110111101011001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7778; }

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

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

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

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

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

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

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

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