#D77E80

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

Shades of Froly #D77E80

Tints of Froly #D77E80

Color information

#D77E80 (or 0xD77E80) is unknown color: approx Froly. HEX triplet: D7, 7E and 80. RGB value is (215,126,128). Sum of RGB (Red+Green+Blue) = 215+126+128=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77E80 is #28817F. Grayscale: #989898. Windows color (decimal): -2654592 or 8421079. OLE color: 8421079.

HSL color Cylindrical-coordinate representation of color #D77E80: hue angle of 358.65º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77E80 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215126128-
CMYK00.410.400.16
HSL358.65º52.66%66.86%-
HSV(B)358.65º41.4%84.31%-
XYZ39.3830.9324.32-
YUV152.84113.99172.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.84%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=45.84%
G=26.87%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512612800.410.400.16358.6552.6666.86
HexD77E8002928101673543
Octal327176200051502054765103
Binary110101111111110100000000101001101000100001011001111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77E80; }

 p { color: rgb(215,126,128); }

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

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

 a { background-color: rgb(215,126,128); }

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

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

 span { border-color: rgb(215,126,128); }

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