Shades of Froly #D76569
Tints of Froly #D76569
RGB
CMYK
RGB Variations
Color information
#D76569 (or 0xD76569) is known color: Froly. HEX triplet: D7, 65 and 69. RGB value is (215,101,105). Sum of RGB (Red+Green+Blue) = 215+101+105=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D76569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76569 is #289A96. Grayscale: #878787. Windows color (decimal): -2661015 or 6907351. OLE color: 6907351.
HSL color Cylindrical-coordinate representation of color #D76569: hue angle of 357.89º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76569 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 105 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.16 |
| HSL | 357.89º | 0.59% | 0.62% | - |
| HSV(B) | 357.89º | 0.53% | 0.84% | - |
| XYZ | 35.23 | 24.77 | 16.29 | - |
| YUV | 135.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 105 | 0 | 0.53 | 0.51 | 0.16 | 357.89 | 0.59 | 0.62 |
| Hex | D7 | 65 | 69 | 0 | 35 | 33 | 10 | 166 | 3B | 3E |
| Octal | 327 | 145 | 151 | 0 | 65 | 63 | 20 | 546 | 73 | 76 |
| Binary | 11010111 | 1100101 | 1101001 | 0 | 110101 | 110011 | 10000 | 101100110 | 111011 | 111110 |
Color Harmonies of #D76569
Complementary color
Monochromatic Colors of #D76569
Black with #D76569
Text Example
Text Example
White with #D76569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76569; }
p { color: rgb(215,101,105); }
H1.HeaderClassName
{
color: #D76569;
}
.AnyTagClassName
{
color: #D76569;
}
</style>
background-color css
<style>
a { background-color: #D76569; }
a { background-color: rgb(215,101,105); }
div.DivClassName
{
background-color: #D76569;
}
.BgClassName
{
background-color: #D76569;
}
</style>
border-color css
<style>
span { border-color: #D76569; }
span { border-color: rgb(215,101,105); }
td.TdClassName
{
border-color: #D76569;
}
.TagClassName
{
border-color: #D76569;
}
</style>