Shades of Froly #D76173
Tints of Froly #D76173
RGB
CMYK
RGB Variations
Color information
#D76173 (or 0xD76173) is known color: Froly. HEX triplet: D7, 61 and 73. RGB value is (215,97,115). Sum of RGB (Red+Green+Blue) = 215+97+115=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D76173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76173 is #289E8C. Grayscale: #868686. Windows color (decimal): -2662029 or 7561687. OLE color: 7561687.
HSL color Cylindrical-coordinate representation of color #D76173: hue angle of 350.85º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76173 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 115 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.16 |
| HSL | 350.85º | 0.6% | 0.61% | - |
| HSV(B) | 350.85º | 0.55% | 0.84% | - |
| XYZ | 35.39 | 24.23 | 19.03 | - |
| YUV | 134.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 115 | 0 | 0.55 | 0.47 | 0.16 | 350.85 | 0.6 | 0.61 |
| Hex | D7 | 61 | 73 | 0 | 37 | 2F | 10 | 15F | 3C | 3D |
| Octal | 327 | 141 | 163 | 0 | 67 | 57 | 20 | 537 | 74 | 75 |
| Binary | 11010111 | 1100001 | 1110011 | 0 | 110111 | 101111 | 10000 | 101011111 | 111100 | 111101 |
Color Harmonies of #D76173
Complementary color
Monochromatic Colors of #D76173
Black with #D76173
Text Example
Text Example
White with #D76173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76173; }
p { color: rgb(215,97,115); }
H1.HeaderClassName
{
color: #D76173;
}
.AnyTagClassName
{
color: #D76173;
}
</style>
background-color css
<style>
a { background-color: #D76173; }
a { background-color: rgb(215,97,115); }
div.DivClassName
{
background-color: #D76173;
}
.BgClassName
{
background-color: #D76173;
}
</style>
border-color css
<style>
span { border-color: #D76173; }
span { border-color: rgb(215,97,115); }
td.TdClassName
{
border-color: #D76173;
}
.TagClassName
{
border-color: #D76173;
}
</style>