Shades of Froly #D76875
Tints of Froly #D76875
RGB
CMYK
RGB Variations
Color information
#D76875 (or 0xD76875) is known color: Froly. HEX triplet: D7, 68 and 75. RGB value is (215,104,117). Sum of RGB (Red+Green+Blue) = 215+104+117=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D76875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76875 is #28978A. Grayscale: #8A8A8A. Windows color (decimal): -2660235 or 7694551. OLE color: 7694551.
HSL color Cylindrical-coordinate representation of color #D76875: hue angle of 352.97º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76875 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 117 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.16 |
| HSL | 352.97º | 0.58% | 0.63% | - |
| HSV(B) | 352.97º | 0.52% | 0.84% | - |
| XYZ | 36.19 | 25.63 | 19.87 | - |
| YUV | 138.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 117 | 0 | 0.52 | 0.46 | 0.16 | 352.97 | 0.58 | 0.63 |
| Hex | D7 | 68 | 75 | 0 | 34 | 2E | 10 | 161 | 3A | 3F |
| Octal | 327 | 150 | 165 | 0 | 64 | 56 | 20 | 541 | 72 | 77 |
| Binary | 11010111 | 1101000 | 1110101 | 0 | 110100 | 101110 | 10000 | 101100001 | 111010 | 111111 |
Color Harmonies of #D76875
Complementary color
Monochromatic Colors of #D76875
Black with #D76875
Text Example
Text Example
White with #D76875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76875; }
p { color: rgb(215,104,117); }
H1.HeaderClassName
{
color: #D76875;
}
.AnyTagClassName
{
color: #D76875;
}
</style>
background-color css
<style>
a { background-color: #D76875; }
a { background-color: rgb(215,104,117); }
div.DivClassName
{
background-color: #D76875;
}
.BgClassName
{
background-color: #D76875;
}
</style>
border-color css
<style>
span { border-color: #D76875; }
span { border-color: rgb(215,104,117); }
td.TdClassName
{
border-color: #D76875;
}
.TagClassName
{
border-color: #D76875;
}
</style>