Shades of Froly #D76175
Tints of Froly #D76175
RGB
CMYK
RGB Variations
Color information
#D76175 (or 0xD76175) is known color: Froly. HEX triplet: D7, 61 and 75. RGB value is (215,97,117). Sum of RGB (Red+Green+Blue) = 215+97+117=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D76175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76175 is #289E8A. Grayscale: #868686. Windows color (decimal): -2662027 or 7692759. OLE color: 7692759.
HSL color Cylindrical-coordinate representation of color #D76175: hue angle of 349.83º 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 #D76175 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 117 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.16 |
| HSL | 349.83º | 0.6% | 0.61% | - |
| HSV(B) | 349.83º | 0.55% | 0.84% | - |
| XYZ | 35.51 | 24.28 | 19.64 | - |
| YUV | 134.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 117 | 0 | 0.55 | 0.46 | 0.16 | 349.83 | 0.6 | 0.61 |
| Hex | D7 | 61 | 75 | 0 | 37 | 2E | 10 | 15E | 3C | 3D |
| Octal | 327 | 141 | 165 | 0 | 67 | 56 | 20 | 536 | 74 | 75 |
| Binary | 11010111 | 1100001 | 1110101 | 0 | 110111 | 101110 | 10000 | 101011110 | 111100 | 111101 |
Color Harmonies of #D76175
Complementary color
Monochromatic Colors of #D76175
Black with #D76175
Text Example
Text Example
White with #D76175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76175; }
p { color: rgb(215,97,117); }
H1.HeaderClassName
{
color: #D76175;
}
.AnyTagClassName
{
color: #D76175;
}
</style>
background-color css
<style>
a { background-color: #D76175; }
a { background-color: rgb(215,97,117); }
div.DivClassName
{
background-color: #D76175;
}
.BgClassName
{
background-color: #D76175;
}
</style>
border-color css
<style>
span { border-color: #D76175; }
span { border-color: rgb(215,97,117); }
td.TdClassName
{
border-color: #D76175;
}
.TagClassName
{
border-color: #D76175;
}
</style>