Shades of Froly #D76B6D
Tints of Froly #D76B6D
RGB
CMYK
RGB Variations
Color information
#D76B6D (or 0xD76B6D) is known color: Froly. HEX triplet: D7, 6B and 6D. RGB value is (215,107,109). Sum of RGB (Red+Green+Blue) = 215+107+109=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B6D is #289492. Grayscale: #8B8B8B. Windows color (decimal): -2659475 or 7171031. OLE color: 7171031.
HSL color Cylindrical-coordinate representation of color #D76B6D: hue angle of 358.89º 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 #D76B6D is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 109 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.16 |
| HSL | 358.89º | 0.57% | 0.63% | - |
| HSV(B) | 358.89º | 0.5% | 0.84% | - |
| XYZ | 36.04 | 26.07 | 17.6 | - |
| YUV | 139.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 109 | 0 | 0.50 | 0.49 | 0.16 | 358.89 | 0.57 | 0.63 |
| Hex | D7 | 6B | 6D | 0 | 32 | 31 | 10 | 167 | 39 | 3F |
| Octal | 327 | 153 | 155 | 0 | 62 | 61 | 20 | 547 | 71 | 77 |
| Binary | 11010111 | 1101011 | 1101101 | 0 | 110010 | 110001 | 10000 | 101100111 | 111001 | 111111 |
Color Harmonies of #D76B6D
Complementary color
Monochromatic Colors of #D76B6D
Black with #D76B6D
Text Example
Text Example
White with #D76B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B6D; }
p { color: rgb(215,107,109); }
H1.HeaderClassName
{
color: #D76B6D;
}
.AnyTagClassName
{
color: #D76B6D;
}
</style>
background-color css
<style>
a { background-color: #D76B6D; }
a { background-color: rgb(215,107,109); }
div.DivClassName
{
background-color: #D76B6D;
}
.BgClassName
{
background-color: #D76B6D;
}
</style>
border-color css
<style>
span { border-color: #D76B6D; }
span { border-color: rgb(215,107,109); }
td.TdClassName
{
border-color: #D76B6D;
}
.TagClassName
{
border-color: #D76B6D;
}
</style>