Shades of Froly #D76573
Tints of Froly #D76573
RGB
CMYK
RGB Variations
Color information
#D76573 (or 0xD76573) is known color: Froly. HEX triplet: D7, 65 and 73. RGB value is (215,101,115). Sum of RGB (Red+Green+Blue) = 215+101+115=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D76573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76573 is #289A8C. Grayscale: #888888. Windows color (decimal): -2661005 or 7562711. OLE color: 7562711.
HSL color Cylindrical-coordinate representation of color #D76573: hue angle of 352.63º 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 #D76573 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 115 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.16 |
| HSL | 352.63º | 0.59% | 0.62% | - |
| HSV(B) | 352.63º | 0.53% | 0.84% | - |
| XYZ | 35.77 | 24.99 | 19.16 | - |
| YUV | 136.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 115 | 0 | 0.53 | 0.47 | 0.16 | 352.63 | 0.59 | 0.62 |
| Hex | D7 | 65 | 73 | 0 | 35 | 2F | 10 | 161 | 3B | 3E |
| Octal | 327 | 145 | 163 | 0 | 65 | 57 | 20 | 541 | 73 | 76 |
| Binary | 11010111 | 1100101 | 1110011 | 0 | 110101 | 101111 | 10000 | 101100001 | 111011 | 111110 |
Color Harmonies of #D76573
Complementary color
Monochromatic Colors of #D76573
Black with #D76573
Text Example
Text Example
White with #D76573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76573; }
p { color: rgb(215,101,115); }
H1.HeaderClassName
{
color: #D76573;
}
.AnyTagClassName
{
color: #D76573;
}
</style>
background-color css
<style>
a { background-color: #D76573; }
a { background-color: rgb(215,101,115); }
div.DivClassName
{
background-color: #D76573;
}
.BgClassName
{
background-color: #D76573;
}
</style>
border-color css
<style>
span { border-color: #D76573; }
span { border-color: rgb(215,101,115); }
td.TdClassName
{
border-color: #D76573;
}
.TagClassName
{
border-color: #D76573;
}
</style>