Shades of Froly #D76277
Tints of Froly #D76277
RGB
CMYK
RGB Variations
Color information
#D76277 (or 0xD76277) is known color: Froly. HEX triplet: D7, 62 and 77. RGB value is (215,98,119). Sum of RGB (Red+Green+Blue) = 215+98+119=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D76277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76277 is #289D88. Grayscale: #878787. Windows color (decimal): -2661769 or 7824087. OLE color: 7824087.
HSL color Cylindrical-coordinate representation of color #D76277: hue angle of 349.23º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76277 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 119 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.16 |
| HSL | 349.23º | 0.59% | 0.61% | - |
| HSV(B) | 349.23º | 0.54% | 0.84% | - |
| XYZ | 35.72 | 24.51 | 20.3 | - |
| YUV | 135.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 119 | 0 | 0.54 | 0.45 | 0.16 | 349.23 | 0.59 | 0.61 |
| Hex | D7 | 62 | 77 | 0 | 36 | 2D | 10 | 15D | 3B | 3D |
| Octal | 327 | 142 | 167 | 0 | 66 | 55 | 20 | 535 | 73 | 75 |
| Binary | 11010111 | 1100010 | 1110111 | 0 | 110110 | 101101 | 10000 | 101011101 | 111011 | 111101 |
Color Harmonies of #D76277
Complementary color
Monochromatic Colors of #D76277
Black with #D76277
Text Example
Text Example
White with #D76277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76277; }
p { color: rgb(215,98,119); }
H1.HeaderClassName
{
color: #D76277;
}
.AnyTagClassName
{
color: #D76277;
}
</style>
background-color css
<style>
a { background-color: #D76277; }
a { background-color: rgb(215,98,119); }
div.DivClassName
{
background-color: #D76277;
}
.BgClassName
{
background-color: #D76277;
}
</style>
border-color css
<style>
span { border-color: #D76277; }
span { border-color: rgb(215,98,119); }
td.TdClassName
{
border-color: #D76277;
}
.TagClassName
{
border-color: #D76277;
}
</style>