Shades of Blue Smoke #78837B
Tints of Blue Smoke #78837B
RGB
CMYK
RGB Variations
Color information
#78837B (or 0x78837B) is known color: Blue Smoke. HEX triplet: 78, 83 and 7B. RGB value is (120,131,123). Sum of RGB (Red+Green+Blue) = 120+131+123=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 131 - color contains mainly: green. Hex color #78837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78837B is #877C84. Grayscale: #7E7E7E. Windows color (decimal): -8879237 or 8094584. OLE color: 8094584.
HSL color Cylindrical-coordinate representation of color #78837B: hue angle of 136.36º 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 #78837B is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 131 | 123 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.49 |
| HSL | 136.36º | 0.04% | 0.49% | - |
| HSV(B) | 136.36º | 0.08% | 0.51% | - |
| XYZ | 19.44 | 21.66 | 21.89 | - |
| YUV | 126.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 123 | 0.08 | 0 | 0.06 | 0.49 | 136.36 | 0.04 | 0.49 |
| Hex | 78 | 83 | 7B | 8 | 0 | 6 | 31 | 88 | 4 | 31 |
| Octal | 170 | 203 | 173 | 10 | 0 | 6 | 61 | 210 | 4 | 61 |
| Binary | 1111000 | 10000011 | 1111011 | 1000 | 0 | 110 | 110001 | 10001000 | 100 | 110001 |
Color Harmonies of #78837B
Complementary color
Monochromatic Colors of #78837B
Black with #78837B
Text Example
Text Example
White with #78837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78837B; }
p { color: rgb(120,131,123); }
H1.HeaderClassName
{
color: #78837B;
}
.AnyTagClassName
{
color: #78837B;
}
</style>
background-color css
<style>
a { background-color: #78837B; }
a { background-color: rgb(120,131,123); }
div.DivClassName
{
background-color: #78837B;
}
.BgClassName
{
background-color: #78837B;
}
</style>
border-color css
<style>
span { border-color: #78837B; }
span { border-color: rgb(120,131,123); }
td.TdClassName
{
border-color: #78837B;
}
.TagClassName
{
border-color: #78837B;
}
</style>