#DD7677

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

Shades of Froly #DD7677

Tints of Froly #DD7677

Color information

#DD7677 (or 0xDD7677) is unknown color: approx Froly. HEX triplet: DD, 76 and 77. RGB value is (221,118,119). Sum of RGB (Red+Green+Blue) = 221+118+119=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7677 is #228988. Grayscale: #959595. Windows color (decimal): -2263433 or 7829213. OLE color: 7829213.

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

Color convert

RGB221118119-
CMYK00.470.460.13
HSL359.42º60.23%66.47%-
HSV(B)359.42º46.61%86.67%-
XYZ39.6329.6621.09-
YUV148.91111.12179.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=48.25%
G=25.76%
B=25.98%

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
Decimal22111811900.470.460.13359.4260.2366.47
HexDD767702F2ED1673c42
Octal335166167057561554774102
Binary1101110111101101110111010111110111011011011001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7677; }

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

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

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

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

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

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

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

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