Shades of Boulder #797A79
Tints of Boulder #797A79
RGB
CMYK
RGB Variations
Color information
#797A79 (or 0x797A79) is known color: Boulder. HEX triplet: 79, 7A and 79. RGB value is (121,122,121). Sum of RGB (Red+Green+Blue) = 121+122+121=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 122 - color contains mainly: green. Hex color #797A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797A79 is #868586. Grayscale: #797979. Windows color (decimal): -8816007 or 7961209. OLE color: 7961209.
HSL color Cylindrical-coordinate representation of color #797A79: hue angle of 120º degrees, saturation: 0, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #797A79 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 122 | 121 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.52 |
| HSL | 120º | 0% | 0.48% | - |
| HSV(B) | 120º | 0.01% | 0.48% | - |
| XYZ | 18.3 | 19.36 | 20.86 | - |
| YUV | 121.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 121 | 0.01 | 0 | 0.01 | 0.52 | 120 | 0 | 0.48 |
| Hex | 79 | 7A | 79 | 1 | 0 | 1 | 34 | 78 | 0 | 30 |
| Octal | 171 | 172 | 171 | 1 | 0 | 1 | 64 | 170 | 0 | 60 |
| Binary | 1111001 | 1111010 | 1111001 | 1 | 0 | 1 | 110100 | 1111000 | 0 | 110000 |
Color Harmonies of #797A79
Complementary color
Monochromatic Colors of #797A79
Black with #797A79
Text Example
Text Example
White with #797A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797A79; }
p { color: rgb(121,122,121); }
H1.HeaderClassName
{
color: #797A79;
}
.AnyTagClassName
{
color: #797A79;
}
</style>
background-color css
<style>
a { background-color: #797A79; }
a { background-color: rgb(121,122,121); }
div.DivClassName
{
background-color: #797A79;
}
.BgClassName
{
background-color: #797A79;
}
</style>
border-color css
<style>
span { border-color: #797A79; }
span { border-color: rgb(121,122,121); }
td.TdClassName
{
border-color: #797A79;
}
.TagClassName
{
border-color: #797A79;
}
</style>