Shades of Froly #D77E80
Tints of Froly #D77E80
RGB
CMYK
RGB Variations
Color information
#D77E80 (or 0xD77E80) is known color: 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
| RGB | 215 | 126 | 128 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.16 |
| HSL | 358.65º | 0.53% | 0.67% | - |
| HSV(B) | 358.65º | 0.41% | 0.84% | - |
| XYZ | 39.38 | 30.93 | 24.32 | - |
| YUV | 152.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 128 | 0 | 0.41 | 0.40 | 0.16 | 358.65 | 0.53 | 0.67 |
| Hex | D7 | 7E | 80 | 0 | 29 | 28 | 10 | 167 | 35 | 43 |
| Octal | 327 | 176 | 200 | 0 | 51 | 50 | 20 | 547 | 65 | 103 |
| Binary | 11010111 | 1111110 | 10000000 | 0 | 101001 | 101000 | 10000 | 101100111 | 110101 | 1000011 |
Color Harmonies of #D77E80
Complementary color
Monochromatic Colors of #D77E80
Black with #D77E80
Text Example
Text Example
White with #D77E80
Text Example
Text Example
HTML Codes & Css Web 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>