Shades of Blue Smoke #77837A
Tints of Blue Smoke #77837A
RGB
CMYK
RGB Variations
Color information
#77837A (or 0x77837A) is known color: Blue Smoke. HEX triplet: 77, 83 and 7A. RGB value is (119,131,122). Sum of RGB (Red+Green+Blue) = 119+131+122=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 131 - color contains mainly: green. Hex color #77837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77837A is #887C85. Grayscale: #7E7E7E. Windows color (decimal): -8944774 or 8029047. OLE color: 8029047.
HSL color Cylindrical-coordinate representation of color #77837A: hue angle of 135º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #77837A is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 122 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.49 |
| HSL | 135º | 0.05% | 0.49% | - |
| HSV(B) | 135º | 0.09% | 0.51% | - |
| XYZ | 19.24 | 21.56 | 21.56 | - |
| YUV | 126.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 122 | 0.09 | 0 | 0.07 | 0.49 | 135 | 0.05 | 0.49 |
| Hex | 77 | 83 | 7A | 9 | 0 | 7 | 31 | 87 | 5 | 31 |
| Octal | 167 | 203 | 172 | 11 | 0 | 7 | 61 | 207 | 5 | 61 |
| Binary | 1110111 | 10000011 | 1111010 | 1001 | 0 | 111 | 110001 | 10000111 | 101 | 110001 |
Color Harmonies of #77837A
Complementary color
Monochromatic Colors of #77837A
Black with #77837A
Text Example
Text Example
White with #77837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77837A; }
p { color: rgb(119,131,122); }
H1.HeaderClassName
{
color: #77837A;
}
.AnyTagClassName
{
color: #77837A;
}
</style>
background-color css
<style>
a { background-color: #77837A; }
a { background-color: rgb(119,131,122); }
div.DivClassName
{
background-color: #77837A;
}
.BgClassName
{
background-color: #77837A;
}
</style>
border-color css
<style>
span { border-color: #77837A; }
span { border-color: rgb(119,131,122); }
td.TdClassName
{
border-color: #77837A;
}
.TagClassName
{
border-color: #77837A;
}
</style>