Shades of Blue Smoke #79837C
Tints of Blue Smoke #79837C
RGB
CMYK
RGB Variations
Color information
#79837C (or 0x79837C) is known color: Blue Smoke. HEX triplet: 79, 83 and 7C. RGB value is (121,131,124). Sum of RGB (Red+Green+Blue) = 121+131+124=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 131 - color contains mainly: green. Hex color #79837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79837C is #867C83. Grayscale: #7F7F7F. Windows color (decimal): -8813700 or 8160121. OLE color: 8160121.
HSL color Cylindrical-coordinate representation of color #79837C: hue angle of 138º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #79837C is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 131 | 124 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.49 |
| HSL | 138º | 0.04% | 0.49% | - |
| HSV(B) | 138º | 0.08% | 0.51% | - |
| XYZ | 19.64 | 21.75 | 22.23 | - |
| YUV | 127.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 131 | 124 | 0.08 | 0 | 0.05 | 0.49 | 138 | 0.04 | 0.49 |
| Hex | 79 | 83 | 7C | 8 | 0 | 5 | 31 | 8A | 4 | 31 |
| Octal | 171 | 203 | 174 | 10 | 0 | 5 | 61 | 212 | 4 | 61 |
| Binary | 1111001 | 10000011 | 1111100 | 1000 | 0 | 101 | 110001 | 10001010 | 100 | 110001 |
Color Harmonies of #79837C
Complementary color
Monochromatic Colors of #79837C
Black with #79837C
Text Example
Text Example
White with #79837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79837C; }
p { color: rgb(121,131,124); }
H1.HeaderClassName
{
color: #79837C;
}
.AnyTagClassName
{
color: #79837C;
}
</style>
background-color css
<style>
a { background-color: #79837C; }
a { background-color: rgb(121,131,124); }
div.DivClassName
{
background-color: #79837C;
}
.BgClassName
{
background-color: #79837C;
}
</style>
border-color css
<style>
span { border-color: #79837C; }
span { border-color: rgb(121,131,124); }
td.TdClassName
{
border-color: #79837C;
}
.TagClassName
{
border-color: #79837C;
}
</style>