Shades of Blue Smoke #78807B
Tints of Blue Smoke #78807B
RGB
CMYK
RGB Variations
Color information
#78807B (or 0x78807B) is known color: Blue Smoke. HEX triplet: 78, 80 and 7B. RGB value is (120,128,123). Sum of RGB (Red+Green+Blue) = 120+128+123=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 128 - color contains mainly: green. Hex color #78807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78807B is #877F84. Grayscale: #7D7D7D. Windows color (decimal): -8880005 or 8093816. OLE color: 8093816.
HSL color Cylindrical-coordinate representation of color #78807B: hue angle of 142.5º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #78807B is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 128 | 123 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.50 |
| HSL | 142.5º | 0.03% | 0.49% | - |
| HSV(B) | 142.5º | 0.06% | 0.5% | - |
| XYZ | 19.04 | 20.86 | 21.76 | - |
| YUV | 125.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 123 | 0.06 | 0 | 0.04 | 0.50 | 142.5 | 0.03 | 0.49 |
| Hex | 78 | 80 | 7B | 6 | 0 | 4 | 32 | 8E | 3 | 31 |
| Octal | 170 | 200 | 173 | 6 | 0 | 4 | 62 | 216 | 3 | 61 |
| Binary | 1111000 | 10000000 | 1111011 | 110 | 0 | 100 | 110010 | 10001110 | 11 | 110001 |
Color Harmonies of #78807B
Complementary color
Monochromatic Colors of #78807B
Black with #78807B
Text Example
Text Example
White with #78807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78807B; }
p { color: rgb(120,128,123); }
H1.HeaderClassName
{
color: #78807B;
}
.AnyTagClassName
{
color: #78807B;
}
</style>
background-color css
<style>
a { background-color: #78807B; }
a { background-color: rgb(120,128,123); }
div.DivClassName
{
background-color: #78807B;
}
.BgClassName
{
background-color: #78807B;
}
</style>
border-color css
<style>
span { border-color: #78807B; }
span { border-color: rgb(120,128,123); }
td.TdClassName
{
border-color: #78807B;
}
.TagClassName
{
border-color: #78807B;
}
</style>