#DE7677

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

Shades of Froly #DE7677

Tints of Froly #DE7677

Color information

#DE7677 (or 0xDE7677) is unknown color: approx Froly. HEX triplet: DE, 76 and 77. RGB value is (222,118,119). Sum of RGB (Red+Green+Blue) = 222+118+119=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7677 is #218988. Grayscale: #959595. Windows color (decimal): -2197897 or 7829214. OLE color: 7829214.

HSL color Cylindrical-coordinate representation of color #DE7677: hue angle of 359.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE7677 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB222118119-
CMYK00.470.460.13
HSL359.42º61.18%66.67%-
HSV(B)359.42º46.85%87.06%-
XYZ39.9329.8221.1-
YUV149.21110.96179.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 119 (46.88% from 255) = 25.93%
R=48.37%
G=25.71%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211811900.470.460.13359.4261.1866.67
HexDE767702F2ED1673d43
Octal336166167057561554775103
Binary1101111011101101110111010111110111011011011001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7677; }

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

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

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

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

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

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

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

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