Shades of Blue Smoke #78877D
Tints of Blue Smoke #78877D
RGB
CMYK
RGB Variations
Color information
#78877D (or 0x78877D) is known color: Blue Smoke. HEX triplet: 78, 87 and 7D. RGB value is (120,135,125). Sum of RGB (Red+Green+Blue) = 120+135+125=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #78877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78877D is #877882. Grayscale: #818181. Windows color (decimal): -8878211 or 8226680. OLE color: 8226680.
HSL color Cylindrical-coordinate representation of color #78877D: hue angle of 140º 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 #78877D is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 125 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.47 |
| HSL | 140º | 0.06% | 0.5% | - |
| HSV(B) | 140º | 0.11% | 0.53% | - |
| XYZ | 20.11 | 22.8 | 22.74 | - |
| YUV | 129.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 125 | 0.11 | 0 | 0.07 | 0.47 | 140 | 0.06 | 0.5 |
| Hex | 78 | 87 | 7D | B | 0 | 7 | 2F | 8C | 6 | 32 |
| Octal | 170 | 207 | 175 | 13 | 0 | 7 | 57 | 214 | 6 | 62 |
| Binary | 1111000 | 10000111 | 1111101 | 1011 | 0 | 111 | 101111 | 10001100 | 110 | 110010 |
Color Harmonies of #78877D
Complementary color
Monochromatic Colors of #78877D
Black with #78877D
Text Example
Text Example
White with #78877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78877D; }
p { color: rgb(120,135,125); }
H1.HeaderClassName
{
color: #78877D;
}
.AnyTagClassName
{
color: #78877D;
}
</style>
background-color css
<style>
a { background-color: #78877D; }
a { background-color: rgb(120,135,125); }
div.DivClassName
{
background-color: #78877D;
}
.BgClassName
{
background-color: #78877D;
}
</style>
border-color css
<style>
span { border-color: #78877D; }
span { border-color: rgb(120,135,125); }
td.TdClassName
{
border-color: #78877D;
}
.TagClassName
{
border-color: #78877D;
}
</style>