#D77D80

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

Shades of Froly #D77D80

Tints of Froly #D77D80

Color information

#D77D80 (or 0xD77D80) is unknown color: approx Froly. HEX triplet: D7, 7D and 80. RGB value is (215,125,128). Sum of RGB (Red+Green+Blue) = 215+125+128=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77D80 is #28827F. Grayscale: #989898. Windows color (decimal): -2654848 or 8420823. OLE color: 8420823.

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

Color convert

RGB215125128-
CMYK00.420.400.16
HSL358º52.94%66.67%-
HSV(B)358º41.86%84.31%-
XYZ39.2530.6724.27-
YUV152.25114.32172.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.94%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=45.94%
G=26.71%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512512800.420.400.1635852.9466.67
HexD77D8002A28101663543
Octal327175200052502054665103
Binary110101111111101100000000101010101000100001011001101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77D80; }

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

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

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

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

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

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

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

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