Shades of Froly #D76F71
Tints of Froly #D76F71
RGB
CMYK
RGB Variations
Color information
#D76F71 (or 0xD76F71) is known color: Froly. HEX triplet: D7, 6F and 71. RGB value is (215,111,113). Sum of RGB (Red+Green+Blue) = 215+111+113=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F71 is #28908E. Grayscale: #8E8E8E. Windows color (decimal): -2658447 or 7434199. OLE color: 7434199.
HSL color Cylindrical-coordinate representation of color #D76F71: hue angle of 358.85º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F71 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 113 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.16 |
| HSL | 358.85º | 0.57% | 0.64% | - |
| HSV(B) | 358.85º | 0.48% | 0.84% | - |
| XYZ | 36.69 | 27.01 | 18.9 | - |
| YUV | 142.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 113 | 0 | 0.48 | 0.47 | 0.16 | 358.85 | 0.57 | 0.64 |
| Hex | D7 | 6F | 71 | 0 | 30 | 2F | 10 | 167 | 39 | 40 |
| Octal | 327 | 157 | 161 | 0 | 60 | 57 | 20 | 547 | 71 | 100 |
| Binary | 11010111 | 1101111 | 1110001 | 0 | 110000 | 101111 | 10000 | 101100111 | 111001 | 1000000 |
Color Harmonies of #D76F71
Complementary color
Monochromatic Colors of #D76F71
Black with #D76F71
Text Example
Text Example
White with #D76F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F71; }
p { color: rgb(215,111,113); }
H1.HeaderClassName
{
color: #D76F71;
}
.AnyTagClassName
{
color: #D76F71;
}
</style>
background-color css
<style>
a { background-color: #D76F71; }
a { background-color: rgb(215,111,113); }
div.DivClassName
{
background-color: #D76F71;
}
.BgClassName
{
background-color: #D76F71;
}
</style>
border-color css
<style>
span { border-color: #D76F71; }
span { border-color: rgb(215,111,113); }
td.TdClassName
{
border-color: #D76F71;
}
.TagClassName
{
border-color: #D76F71;
}
</style>