Shades of Froly #D0797A
Tints of Froly #D0797A
RGB
CMYK
RGB Variations
Color information
#D0797A (or 0xD0797A) is known color: Froly. HEX triplet: D0, 79 and 7A. RGB value is (208,121,122). Sum of RGB (Red+Green+Blue) = 208+121+122=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0797A is #2F8685. Grayscale: #939393. Windows color (decimal): -3114630 or 8026576. OLE color: 8026576.
HSL color Cylindrical-coordinate representation of color #D0797A: hue angle of 359.31º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0797A is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 122 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.18 |
| HSL | 359.31º | 0.48% | 0.65% | - |
| HSV(B) | 359.31º | 0.42% | 0.82% | - |
| XYZ | 36.36 | 28.49 | 21.99 | - |
| YUV | 147.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 122 | 0 | 0.42 | 0.41 | 0.18 | 359.31 | 0.48 | 0.65 |
| Hex | D0 | 79 | 7A | 0 | 2A | 29 | 12 | 167 | 30 | 41 |
| Octal | 320 | 171 | 172 | 0 | 52 | 51 | 22 | 547 | 60 | 101 |
| Binary | 11010000 | 1111001 | 1111010 | 0 | 101010 | 101001 | 10010 | 101100111 | 110000 | 1000001 |
Color Harmonies of #D0797A
Complementary color
Monochromatic Colors of #D0797A
Black with #D0797A
Text Example
Text Example
White with #D0797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0797A; }
p { color: rgb(208,121,122); }
H1.HeaderClassName
{
color: #D0797A;
}
.AnyTagClassName
{
color: #D0797A;
}
</style>
background-color css
<style>
a { background-color: #D0797A; }
a { background-color: rgb(208,121,122); }
div.DivClassName
{
background-color: #D0797A;
}
.BgClassName
{
background-color: #D0797A;
}
</style>
border-color css
<style>
span { border-color: #D0797A; }
span { border-color: rgb(208,121,122); }
td.TdClassName
{
border-color: #D0797A;
}
.TagClassName
{
border-color: #D0797A;
}
</style>