Shades of Froly #D76D77
Tints of Froly #D76D77
RGB
CMYK
RGB Variations
Color information
#D76D77 (or 0xD76D77) is known color: Froly. HEX triplet: D7, 6D and 77. RGB value is (215,109,119). Sum of RGB (Red+Green+Blue) = 215+109+119=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D77 is #289288. Grayscale: #8D8D8D. Windows color (decimal): -2658953 or 7826903. OLE color: 7826903.
HSL color Cylindrical-coordinate representation of color #D76D77: hue angle of 354.34º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76D77 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 119 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.16 |
| HSL | 354.34º | 0.57% | 0.64% | - |
| HSV(B) | 354.34º | 0.49% | 0.84% | - |
| XYZ | 36.82 | 26.72 | 20.67 | - |
| YUV | 141.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 119 | 0 | 0.49 | 0.45 | 0.16 | 354.34 | 0.57 | 0.64 |
| Hex | D7 | 6D | 77 | 0 | 31 | 2D | 10 | 162 | 39 | 40 |
| Octal | 327 | 155 | 167 | 0 | 61 | 55 | 20 | 542 | 71 | 100 |
| Binary | 11010111 | 1101101 | 1110111 | 0 | 110001 | 101101 | 10000 | 101100010 | 111001 | 1000000 |
Color Harmonies of #D76D77
Complementary color
Monochromatic Colors of #D76D77
Black with #D76D77
Text Example
Text Example
White with #D76D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D77; }
p { color: rgb(215,109,119); }
H1.HeaderClassName
{
color: #D76D77;
}
.AnyTagClassName
{
color: #D76D77;
}
</style>
background-color css
<style>
a { background-color: #D76D77; }
a { background-color: rgb(215,109,119); }
div.DivClassName
{
background-color: #D76D77;
}
.BgClassName
{
background-color: #D76D77;
}
</style>
border-color css
<style>
span { border-color: #D76D77; }
span { border-color: rgb(215,109,119); }
td.TdClassName
{
border-color: #D76D77;
}
.TagClassName
{
border-color: #D76D77;
}
</style>