Shades of Froly #D77075
Tints of Froly #D77075
RGB
CMYK
RGB Variations
Color information
#D77075 (or 0xD77075) is known color: Froly. HEX triplet: D7, 70 and 75. RGB value is (215,112,117). Sum of RGB (Red+Green+Blue) = 215+112+117=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D77075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77075 is #288F8A. Grayscale: #8F8F8F. Windows color (decimal): -2658187 or 7696599. OLE color: 7696599.
HSL color Cylindrical-coordinate representation of color #D77075: hue angle of 357.09º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77075 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 117 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.16 |
| HSL | 357.09º | 0.56% | 0.64% | - |
| HSV(B) | 357.09º | 0.48% | 0.84% | - |
| XYZ | 37.03 | 27.32 | 20.15 | - |
| YUV | 143.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 117 | 0 | 0.48 | 0.46 | 0.16 | 357.09 | 0.56 | 0.64 |
| Hex | D7 | 70 | 75 | 0 | 30 | 2E | 10 | 165 | 38 | 40 |
| Octal | 327 | 160 | 165 | 0 | 60 | 56 | 20 | 545 | 70 | 100 |
| Binary | 11010111 | 1110000 | 1110101 | 0 | 110000 | 101110 | 10000 | 101100101 | 111000 | 1000000 |
Color Harmonies of #D77075
Complementary color
Monochromatic Colors of #D77075
Black with #D77075
Text Example
Text Example
White with #D77075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77075; }
p { color: rgb(215,112,117); }
H1.HeaderClassName
{
color: #D77075;
}
.AnyTagClassName
{
color: #D77075;
}
</style>
background-color css
<style>
a { background-color: #D77075; }
a { background-color: rgb(215,112,117); }
div.DivClassName
{
background-color: #D77075;
}
.BgClassName
{
background-color: #D77075;
}
</style>
border-color css
<style>
span { border-color: #D77075; }
span { border-color: rgb(215,112,117); }
td.TdClassName
{
border-color: #D77075;
}
.TagClassName
{
border-color: #D77075;
}
</style>