Shades of Froly #D36776
Tints of Froly #D36776
RGB
CMYK
RGB Variations
Color information
#D36776 (or 0xD36776) is known color: Froly. HEX triplet: D3, 67 and 76. RGB value is (211,103,118). Sum of RGB (Red+Green+Blue) = 211+103+118=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D36776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36776 is #2C9889. Grayscale: #898989. Windows color (decimal): -2922634 or 7759827. OLE color: 7759827.
HSL color Cylindrical-coordinate representation of color #D36776: hue angle of 351.67º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36776 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 118 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.17 |
| HSL | 351.67º | 0.55% | 0.62% | - |
| HSV(B) | 351.67º | 0.51% | 0.83% | - |
| XYZ | 34.98 | 24.86 | 20.09 | - |
| YUV | 137 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 118 | 0 | 0.51 | 0.44 | 0.17 | 351.67 | 0.55 | 0.62 |
| Hex | D3 | 67 | 76 | 0 | 33 | 2C | 11 | 160 | 37 | 3E |
| Octal | 323 | 147 | 166 | 0 | 63 | 54 | 21 | 540 | 67 | 76 |
| Binary | 11010011 | 1100111 | 1110110 | 0 | 110011 | 101100 | 10001 | 101100000 | 110111 | 111110 |
Color Harmonies of #D36776
Complementary color
Monochromatic Colors of #D36776
Black with #D36776
Text Example
Text Example
White with #D36776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36776; }
p { color: rgb(211,103,118); }
H1.HeaderClassName
{
color: #D36776;
}
.AnyTagClassName
{
color: #D36776;
}
</style>
background-color css
<style>
a { background-color: #D36776; }
a { background-color: rgb(211,103,118); }
div.DivClassName
{
background-color: #D36776;
}
.BgClassName
{
background-color: #D36776;
}
</style>
border-color css
<style>
span { border-color: #D36776; }
span { border-color: rgb(211,103,118); }
td.TdClassName
{
border-color: #D36776;
}
.TagClassName
{
border-color: #D36776;
}
</style>