Shades of Blue Smoke #77847A
Tints of Blue Smoke #77847A
RGB
CMYK
RGB Variations
Color information
#77847A (or 0x77847A) is known color: Blue Smoke. HEX triplet: 77, 84 and 7A. RGB value is (119,132,122). Sum of RGB (Red+Green+Blue) = 119+132+122=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #77847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77847A is #887B85. Grayscale: #7E7E7E. Windows color (decimal): -8944518 or 8029303. OLE color: 8029303.
HSL color Cylindrical-coordinate representation of color #77847A: hue angle of 133.85º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #77847A is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 122 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.48 |
| HSL | 133.85º | 0.05% | 0.49% | - |
| HSV(B) | 133.85º | 0.1% | 0.52% | - |
| XYZ | 19.37 | 21.83 | 21.6 | - |
| YUV | 126.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 122 | 0.10 | 0 | 0.08 | 0.48 | 133.85 | 0.05 | 0.49 |
| Hex | 77 | 84 | 7A | A | 0 | 8 | 30 | 86 | 5 | 31 |
| Octal | 167 | 204 | 172 | 12 | 0 | 10 | 60 | 206 | 5 | 61 |
| Binary | 1110111 | 10000100 | 1111010 | 1010 | 0 | 1000 | 110000 | 10000110 | 101 | 110001 |
Color Harmonies of #77847A
Complementary color
Monochromatic Colors of #77847A
Black with #77847A
Text Example
Text Example
White with #77847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77847A; }
p { color: rgb(119,132,122); }
H1.HeaderClassName
{
color: #77847A;
}
.AnyTagClassName
{
color: #77847A;
}
</style>
background-color css
<style>
a { background-color: #77847A; }
a { background-color: rgb(119,132,122); }
div.DivClassName
{
background-color: #77847A;
}
.BgClassName
{
background-color: #77847A;
}
</style>
border-color css
<style>
span { border-color: #77847A; }
span { border-color: rgb(119,132,122); }
td.TdClassName
{
border-color: #77847A;
}
.TagClassName
{
border-color: #77847A;
}
</style>