Shades of Froly #D8797D
Tints of Froly #D8797D
RGB
CMYK
RGB Variations
Color information
#D8797D (or 0xD8797D) is known color: Froly. HEX triplet: D8, 79 and 7D. RGB value is (216,121,125). Sum of RGB (Red+Green+Blue) = 216+121+125=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8797D is #278682. Grayscale: #959595. Windows color (decimal): -2590339 or 8223192. OLE color: 8223192.
HSL color Cylindrical-coordinate representation of color #D8797D: hue angle of 357.47º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8797D is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 125 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.15 |
| HSL | 357.47º | 0.55% | 0.66% | - |
| HSV(B) | 357.47º | 0.44% | 0.85% | - |
| XYZ | 38.86 | 29.75 | 23.1 | - |
| YUV | 149.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 125 | 0 | 0.44 | 0.42 | 0.15 | 357.47 | 0.55 | 0.66 |
| Hex | D8 | 79 | 7D | 0 | 2C | 2A | F | 165 | 37 | 42 |
| Octal | 330 | 171 | 175 | 0 | 54 | 52 | 17 | 545 | 67 | 102 |
| Binary | 11011000 | 1111001 | 1111101 | 0 | 101100 | 101010 | 1111 | 101100101 | 110111 | 1000010 |
Color Harmonies of #D8797D
Complementary color
Monochromatic Colors of #D8797D
Black with #D8797D
Text Example
Text Example
White with #D8797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8797D; }
p { color: rgb(216,121,125); }
H1.HeaderClassName
{
color: #D8797D;
}
.AnyTagClassName
{
color: #D8797D;
}
</style>
background-color css
<style>
a { background-color: #D8797D; }
a { background-color: rgb(216,121,125); }
div.DivClassName
{
background-color: #D8797D;
}
.BgClassName
{
background-color: #D8797D;
}
</style>
border-color css
<style>
span { border-color: #D8797D; }
span { border-color: rgb(216,121,125); }
td.TdClassName
{
border-color: #D8797D;
}
.TagClassName
{
border-color: #D8797D;
}
</style>