#D77177

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

Shades of Froly #D77177

Tints of Froly #D77177

Color information

#D77177 (or 0xD77177) is unknown color: approx Froly. HEX triplet: D7, 71 and 77. RGB value is (215,113,119). Sum of RGB (Red+Green+Blue) = 215+113+119=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D77177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77177 is #288E88. Grayscale: #909090. Windows color (decimal): -2657929 or 7827927. OLE color: 7827927.

HSL color Cylindrical-coordinate representation of color #D77177: hue angle of 356.47º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77177 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB215113119-
CMYK00.470.450.16
HSL356.47º56.04%64.31%-
HSV(B)356.47º47.44%84.31%-
XYZ37.2627.5920.81-
YUV144.18113.79178.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 119 (46.88% from 255) = 26.62%
R=48.10%
G=25.28%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511311900.470.450.16356.4756.0464.31
HexD7717702F2D101643840
Octal327161167057552054470100
Binary11010111111000111101110101111101101100001011001001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77177; }

 p { color: rgb(215,113,119); }

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

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

 a { background-color: rgb(215,113,119); }

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

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

 span { border-color: rgb(215,113,119); }

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