Shades of Blue Smoke #79887C
Tints of Blue Smoke #79887C
RGB
CMYK
RGB Variations
Color information
#79887C (or 0x79887C) is known color: Blue Smoke. HEX triplet: 79, 88 and 7C. RGB value is (121,136,124). Sum of RGB (Red+Green+Blue) = 121+136+124=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 136 - color contains mainly: green. Hex color #79887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79887C is #867783. Grayscale: #828282. Windows color (decimal): -8812420 or 8161401. OLE color: 8161401.
HSL color Cylindrical-coordinate representation of color #79887C: hue angle of 132º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #79887C is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 136 | 124 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.47 |
| HSL | 132º | 0.06% | 0.5% | - |
| HSV(B) | 132º | 0.11% | 0.53% | - |
| XYZ | 20.33 | 23.13 | 22.46 | - |
| YUV | 130.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 124 | 0.11 | 0 | 0.09 | 0.47 | 132 | 0.06 | 0.5 |
| Hex | 79 | 88 | 7C | B | 0 | 9 | 2F | 84 | 6 | 32 |
| Octal | 171 | 210 | 174 | 13 | 0 | 11 | 57 | 204 | 6 | 62 |
| Binary | 1111001 | 10001000 | 1111100 | 1011 | 0 | 1001 | 101111 | 10000100 | 110 | 110010 |
Color Harmonies of #79887C
Complementary color
Monochromatic Colors of #79887C
Black with #79887C
Text Example
Text Example
White with #79887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79887C; }
p { color: rgb(121,136,124); }
H1.HeaderClassName
{
color: #79887C;
}
.AnyTagClassName
{
color: #79887C;
}
</style>
background-color css
<style>
a { background-color: #79887C; }
a { background-color: rgb(121,136,124); }
div.DivClassName
{
background-color: #79887C;
}
.BgClassName
{
background-color: #79887C;
}
</style>
border-color css
<style>
span { border-color: #79887C; }
span { border-color: rgb(121,136,124); }
td.TdClassName
{
border-color: #79887C;
}
.TagClassName
{
border-color: #79887C;
}
</style>