Shades of Froly #D77278
Tints of Froly #D77278
RGB
CMYK
RGB Variations
Color information
#D77278 (or 0xD77278) is known color: Froly. HEX triplet: D7, 72 and 78. RGB value is (215,114,120). Sum of RGB (Red+Green+Blue) = 215+114+120=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D77278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77278 is #288D87. Grayscale: #909090. Windows color (decimal): -2657672 or 7893719. OLE color: 7893719.
HSL color Cylindrical-coordinate representation of color #D77278: hue angle of 356.44º 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 #D77278 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 120 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.16 |
| HSL | 356.44º | 0.56% | 0.65% | - |
| HSV(B) | 356.44º | 0.47% | 0.84% | - |
| XYZ | 37.43 | 27.84 | 21.17 | - |
| YUV | 144.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 120 | 0 | 0.47 | 0.44 | 0.16 | 356.44 | 0.56 | 0.65 |
| Hex | D7 | 72 | 78 | 0 | 2F | 2C | 10 | 164 | 38 | 41 |
| Octal | 327 | 162 | 170 | 0 | 57 | 54 | 20 | 544 | 70 | 101 |
| Binary | 11010111 | 1110010 | 1111000 | 0 | 101111 | 101100 | 10000 | 101100100 | 111000 | 1000001 |
Color Harmonies of #D77278
Complementary color
Monochromatic Colors of #D77278
Black with #D77278
Text Example
Text Example
White with #D77278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77278; }
p { color: rgb(215,114,120); }
H1.HeaderClassName
{
color: #D77278;
}
.AnyTagClassName
{
color: #D77278;
}
</style>
background-color css
<style>
a { background-color: #D77278; }
a { background-color: rgb(215,114,120); }
div.DivClassName
{
background-color: #D77278;
}
.BgClassName
{
background-color: #D77278;
}
</style>
border-color css
<style>
span { border-color: #D77278; }
span { border-color: rgb(215,114,120); }
td.TdClassName
{
border-color: #D77278;
}
.TagClassName
{
border-color: #D77278;
}
</style>