Shades of Froly #D7797A
Tints of Froly #D7797A
RGB
CMYK
RGB Variations
Color information
#D7797A (or 0xD7797A) is known color: Froly. HEX triplet: D7, 79 and 7A. RGB value is (215,121,122). Sum of RGB (Red+Green+Blue) = 215+121+122=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7797A is #288685. Grayscale: #959595. Windows color (decimal): -2655878 or 8026583. OLE color: 8026583.
HSL color Cylindrical-coordinate representation of color #D7797A: hue angle of 359.36º 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 #D7797A is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 122 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.16 |
| HSL | 359.36º | 0.54% | 0.66% | - |
| HSV(B) | 359.36º | 0.44% | 0.84% | - |
| XYZ | 38.37 | 29.53 | 22.09 | - |
| YUV | 149.22 | 112.64 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 122 | 0 | 0.44 | 0.43 | 0.16 | 359.36 | 0.54 | 0.66 |
| Hex | D7 | 79 | 7A | 0 | 2C | 2B | 10 | 167 | 36 | 42 |
| Octal | 327 | 171 | 172 | 0 | 54 | 53 | 20 | 547 | 66 | 102 |
| Binary | 11010111 | 1111001 | 1111010 | 0 | 101100 | 101011 | 10000 | 101100111 | 110110 | 1000010 |
Color Harmonies of #D7797A
Complementary color
Monochromatic Colors of #D7797A
Black with #D7797A
Text Example
Text Example
White with #D7797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7797A; }
p { color: rgb(215,121,122); }
H1.HeaderClassName
{
color: #D7797A;
}
.AnyTagClassName
{
color: #D7797A;
}
</style>
background-color css
<style>
a { background-color: #D7797A; }
a { background-color: rgb(215,121,122); }
div.DivClassName
{
background-color: #D7797A;
}
.BgClassName
{
background-color: #D7797A;
}
</style>
border-color css
<style>
span { border-color: #D7797A; }
span { border-color: rgb(215,121,122); }
td.TdClassName
{
border-color: #D7797A;
}
.TagClassName
{
border-color: #D7797A;
}
</style>