Shades of Froly #D76D75
Tints of Froly #D76D75
RGB
CMYK
RGB Variations
Color information
#D76D75 (or 0xD76D75) is known color: Froly. HEX triplet: D7, 6D and 75. RGB value is (215,109,117). Sum of RGB (Red+Green+Blue) = 215+109+117=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D75 is #28928A. Grayscale: #8D8D8D. Windows color (decimal): -2658955 or 7695831. OLE color: 7695831.
HSL color Cylindrical-coordinate representation of color #D76D75: hue angle of 355.47º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76D75 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 117 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.16 |
| HSL | 355.47º | 0.57% | 0.64% | - |
| HSV(B) | 355.47º | 0.49% | 0.84% | - |
| XYZ | 36.7 | 26.67 | 20.04 | - |
| YUV | 141.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 117 | 0 | 0.49 | 0.46 | 0.16 | 355.47 | 0.57 | 0.64 |
| Hex | D7 | 6D | 75 | 0 | 31 | 2E | 10 | 163 | 39 | 40 |
| Octal | 327 | 155 | 165 | 0 | 61 | 56 | 20 | 543 | 71 | 100 |
| Binary | 11010111 | 1101101 | 1110101 | 0 | 110001 | 101110 | 10000 | 101100011 | 111001 | 1000000 |
Color Harmonies of #D76D75
Complementary color
Monochromatic Colors of #D76D75
Black with #D76D75
Text Example
Text Example
White with #D76D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D75; }
p { color: rgb(215,109,117); }
H1.HeaderClassName
{
color: #D76D75;
}
.AnyTagClassName
{
color: #D76D75;
}
</style>
background-color css
<style>
a { background-color: #D76D75; }
a { background-color: rgb(215,109,117); }
div.DivClassName
{
background-color: #D76D75;
}
.BgClassName
{
background-color: #D76D75;
}
</style>
border-color css
<style>
span { border-color: #D76D75; }
span { border-color: rgb(215,109,117); }
td.TdClassName
{
border-color: #D76D75;
}
.TagClassName
{
border-color: #D76D75;
}
</style>