Shades of Froly #D77D80
Tints of Froly #D77D80
RGB
CMYK
RGB Variations
Color information
#D77D80 (or 0xD77D80) is known color: 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
| RGB | 215 | 125 | 128 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.16 |
| HSL | 358º | 0.53% | 0.67% | - |
| HSV(B) | 358º | 0.42% | 0.84% | - |
| XYZ | 39.25 | 30.67 | 24.27 | - |
| YUV | 152.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 128 | 0 | 0.42 | 0.40 | 0.16 | 358 | 0.53 | 0.67 |
| Hex | D7 | 7D | 80 | 0 | 2A | 28 | 10 | 166 | 35 | 43 |
| Octal | 327 | 175 | 200 | 0 | 52 | 50 | 20 | 546 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10000000 | 0 | 101010 | 101000 | 10000 | 101100110 | 110101 | 1000011 |
Color Harmonies of #D77D80
Complementary color
Monochromatic Colors of #D77D80
Black with #D77D80
Text Example
Text Example
White with #D77D80
Text Example
Text Example
HTML Codes & Css Web 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>