Shades of Froly #D7797E
Tints of Froly #D7797E
RGB
CMYK
RGB Variations
Color information
#D7797E (or 0xD7797E) is known color: Froly. HEX triplet: D7, 79 and 7E. RGB value is (215,121,126). Sum of RGB (Red+Green+Blue) = 215+121+126=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D7797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7797E is #288681. Grayscale: #959595. Windows color (decimal): -2655874 or 8288727. OLE color: 8288727.
HSL color Cylindrical-coordinate representation of color #D7797E: hue angle of 356.81º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7797E is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 126 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.16 |
| HSL | 356.81º | 0.54% | 0.66% | - |
| HSV(B) | 356.81º | 0.44% | 0.84% | - |
| XYZ | 38.63 | 29.63 | 23.42 | - |
| YUV | 149.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 126 | 0 | 0.44 | 0.41 | 0.16 | 356.81 | 0.54 | 0.66 |
| Hex | D7 | 79 | 7E | 0 | 2C | 29 | 10 | 165 | 36 | 42 |
| Octal | 327 | 171 | 176 | 0 | 54 | 51 | 20 | 545 | 66 | 102 |
| Binary | 11010111 | 1111001 | 1111110 | 0 | 101100 | 101001 | 10000 | 101100101 | 110110 | 1000010 |
Color Harmonies of #D7797E
Complementary color
Monochromatic Colors of #D7797E
Black with #D7797E
Text Example
Text Example
White with #D7797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7797E; }
p { color: rgb(215,121,126); }
H1.HeaderClassName
{
color: #D7797E;
}
.AnyTagClassName
{
color: #D7797E;
}
</style>
background-color css
<style>
a { background-color: #D7797E; }
a { background-color: rgb(215,121,126); }
div.DivClassName
{
background-color: #D7797E;
}
.BgClassName
{
background-color: #D7797E;
}
</style>
border-color css
<style>
span { border-color: #D7797E; }
span { border-color: rgb(215,121,126); }
td.TdClassName
{
border-color: #D7797E;
}
.TagClassName
{
border-color: #D7797E;
}
</style>