Shades of Froly #D77277
Tints of Froly #D77277
RGB
CMYK
RGB Variations
Color information
#D77277 (or 0xD77277) is known color: Froly. HEX triplet: D7, 72 and 77. RGB value is (215,114,119). Sum of RGB (Red+Green+Blue) = 215+114+119=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77277 is #288D88. Grayscale: #909090. Windows color (decimal): -2657673 or 7828183. OLE color: 7828183.
HSL color Cylindrical-coordinate representation of color #D77277: hue angle of 357.03º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77277 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 119 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.16 |
| HSL | 357.03º | 0.56% | 0.65% | - |
| HSV(B) | 357.03º | 0.47% | 0.84% | - |
| XYZ | 37.37 | 27.81 | 20.85 | - |
| YUV | 144.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 119 | 0 | 0.47 | 0.45 | 0.16 | 357.03 | 0.56 | 0.65 |
| Hex | D7 | 72 | 77 | 0 | 2F | 2D | 10 | 165 | 38 | 41 |
| Octal | 327 | 162 | 167 | 0 | 57 | 55 | 20 | 545 | 70 | 101 |
| Binary | 11010111 | 1110010 | 1110111 | 0 | 101111 | 101101 | 10000 | 101100101 | 111000 | 1000001 |
Color Harmonies of #D77277
Complementary color
Monochromatic Colors of #D77277
Black with #D77277
Text Example
Text Example
White with #D77277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77277; }
p { color: rgb(215,114,119); }
H1.HeaderClassName
{
color: #D77277;
}
.AnyTagClassName
{
color: #D77277;
}
</style>
background-color css
<style>
a { background-color: #D77277; }
a { background-color: rgb(215,114,119); }
div.DivClassName
{
background-color: #D77277;
}
.BgClassName
{
background-color: #D77277;
}
</style>
border-color css
<style>
span { border-color: #D77277; }
span { border-color: rgb(215,114,119); }
td.TdClassName
{
border-color: #D77277;
}
.TagClassName
{
border-color: #D77277;
}
</style>