#DA7577

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

Shades of Froly #DA7577

Tints of Froly #DA7577

Color information

#DA7577 (or 0xDA7577) is unknown color: approx Froly. HEX triplet: DA, 75 and 77. RGB value is (218,117,119). Sum of RGB (Red+Green+Blue) = 218+117+119=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7577 is #258A88. Grayscale: #939393. Windows color (decimal): -2460297 or 7828954. OLE color: 7828954.

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

Color convert

RGB218117119-
CMYK00.460.450.15
HSL358.81º57.71%65.69%-
HSV(B)358.81º46.33%85.49%-
XYZ38.628.9621.01-
YUV147.43111.96178.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.02%
GREEN value IS 117 (46.09% from 255) = 25.77%
BLUE value IS 119 (46.88% from 255) = 26.21%
R=48.02%
G=25.77%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811711900.460.450.15358.8157.7165.69
HexDA757702E2DF1673a42
Octal332165167056551754772102
Binary1101101011101011110111010111010110111111011001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7577; }

 p { color: rgb(218,117,119); }

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

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

 a { background-color: rgb(218,117,119); }

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

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

 span { border-color: rgb(218,117,119); }

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