#D77176

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

Shades of Froly #D77176

Tints of Froly #D77176

Color information

#D77176 (or 0xD77176) is unknown color: approx Froly. HEX triplet: D7, 71 and 76. RGB value is (215,113,118). Sum of RGB (Red+Green+Blue) = 215+113+118=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D77176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77176 is #288E89. Grayscale: #909090. Windows color (decimal): -2657930 or 7762391. OLE color: 7762391.

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

Color convert

RGB215113118-
CMYK00.470.450.16
HSL357.06º56.04%64.31%-
HSV(B)357.06º47.44%84.31%-
XYZ37.227.5720.5-
YUV144.07113.29178.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.21%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=48.21%
G=25.34%
B=26.46%

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
Decimal21511311800.470.450.16357.0656.0464.31
HexD7717602F2D101653840
Octal327161166057552054570100
Binary11010111111000111101100101111101101100001011001011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77176; }

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

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

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

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

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

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

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

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