Shades of Froly #D76C75
Tints of Froly #D76C75
RGB
CMYK
RGB Variations
Color information
#D76C75 (or 0xD76C75) is known color: Froly. HEX triplet: D7, 6C and 75. RGB value is (215,108,117). Sum of RGB (Red+Green+Blue) = 215+108+117=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C75 is #28938A. Grayscale: #8D8D8D. Windows color (decimal): -2659211 or 7695575. OLE color: 7695575.
HSL color Cylindrical-coordinate representation of color #D76C75: hue angle of 354.95º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C75 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 117 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.16 |
| HSL | 354.95º | 0.57% | 0.63% | - |
| HSV(B) | 354.95º | 0.5% | 0.84% | - |
| XYZ | 36.6 | 26.46 | 20.01 | - |
| YUV | 141.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 117 | 0 | 0.50 | 0.46 | 0.16 | 354.95 | 0.57 | 0.63 |
| Hex | D7 | 6C | 75 | 0 | 32 | 2E | 10 | 163 | 39 | 3F |
| Octal | 327 | 154 | 165 | 0 | 62 | 56 | 20 | 543 | 71 | 77 |
| Binary | 11010111 | 1101100 | 1110101 | 0 | 110010 | 101110 | 10000 | 101100011 | 111001 | 111111 |
Color Harmonies of #D76C75
Complementary color
Monochromatic Colors of #D76C75
Black with #D76C75
Text Example
Text Example
White with #D76C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C75; }
p { color: rgb(215,108,117); }
H1.HeaderClassName
{
color: #D76C75;
}
.AnyTagClassName
{
color: #D76C75;
}
</style>
background-color css
<style>
a { background-color: #D76C75; }
a { background-color: rgb(215,108,117); }
div.DivClassName
{
background-color: #D76C75;
}
.BgClassName
{
background-color: #D76C75;
}
</style>
border-color css
<style>
span { border-color: #D76C75; }
span { border-color: rgb(215,108,117); }
td.TdClassName
{
border-color: #D76C75;
}
.TagClassName
{
border-color: #D76C75;
}
</style>