Shades of Froly #D76C7D
Tints of Froly #D76C7D
RGB
CMYK
RGB Variations
Color information
#D76C7D (or 0xD76C7D) is known color: Froly. HEX triplet: D7, 6C and 7D. RGB value is (215,108,125). Sum of RGB (Red+Green+Blue) = 215+108+125=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C7D is #289382. Grayscale: #8D8D8D. Windows color (decimal): -2659203 or 8219863. OLE color: 8219863.
HSL color Cylindrical-coordinate representation of color #D76C7D: hue angle of 350.47º 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 #D76C7D is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 125 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.16 |
| HSL | 350.47º | 0.57% | 0.63% | - |
| HSV(B) | 350.47º | 0.5% | 0.84% | - |
| XYZ | 37.09 | 26.65 | 22.59 | - |
| YUV | 141.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 125 | 0 | 0.50 | 0.42 | 0.16 | 350.47 | 0.57 | 0.63 |
| Hex | D7 | 6C | 7D | 0 | 32 | 2A | 10 | 15E | 39 | 3F |
| Octal | 327 | 154 | 175 | 0 | 62 | 52 | 20 | 536 | 71 | 77 |
| Binary | 11010111 | 1101100 | 1111101 | 0 | 110010 | 101010 | 10000 | 101011110 | 111001 | 111111 |
Color Harmonies of #D76C7D
Complementary color
Monochromatic Colors of #D76C7D
Black with #D76C7D
Text Example
Text Example
White with #D76C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C7D; }
p { color: rgb(215,108,125); }
H1.HeaderClassName
{
color: #D76C7D;
}
.AnyTagClassName
{
color: #D76C7D;
}
</style>
background-color css
<style>
a { background-color: #D76C7D; }
a { background-color: rgb(215,108,125); }
div.DivClassName
{
background-color: #D76C7D;
}
.BgClassName
{
background-color: #D76C7D;
}
</style>
border-color css
<style>
span { border-color: #D76C7D; }
span { border-color: rgb(215,108,125); }
td.TdClassName
{
border-color: #D76C7D;
}
.TagClassName
{
border-color: #D76C7D;
}
</style>