Shades of Blue Smoke #788A7A
Tints of Blue Smoke #788A7A
RGB
CMYK
RGB Variations
Color information
#788A7A (or 0x788A7A) is known color: Blue Smoke. HEX triplet: 78, 8A and 7A. RGB value is (120,138,122). Sum of RGB (Red+Green+Blue) = 120+138+122=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 138 - color contains mainly: green. Hex color #788A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A7A is #877585. Grayscale: #828282. Windows color (decimal): -8877446 or 8030840. OLE color: 8030840.
HSL color Cylindrical-coordinate representation of color #788A7A: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788A7A is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 122 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.46 |
| HSL | 126.67º | 0.07% | 0.51% | - |
| HSV(B) | 126.67º | 0.13% | 0.54% | - |
| XYZ | 20.35 | 23.58 | 21.89 | - |
| YUV | 130.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 122 | 0.13 | 0 | 0.12 | 0.46 | 126.67 | 0.07 | 0.51 |
| Hex | 78 | 8A | 7A | D | 0 | C | 2E | 7F | 7 | 33 |
| Octal | 170 | 212 | 172 | 15 | 0 | 14 | 56 | 177 | 7 | 63 |
| Binary | 1111000 | 10001010 | 1111010 | 1101 | 0 | 1100 | 101110 | 1111111 | 111 | 110011 |
Color Harmonies of #788A7A
Complementary color
Monochromatic Colors of #788A7A
Black with #788A7A
Text Example
Text Example
White with #788A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A7A; }
p { color: rgb(120,138,122); }
H1.HeaderClassName
{
color: #788A7A;
}
.AnyTagClassName
{
color: #788A7A;
}
</style>
background-color css
<style>
a { background-color: #788A7A; }
a { background-color: rgb(120,138,122); }
div.DivClassName
{
background-color: #788A7A;
}
.BgClassName
{
background-color: #788A7A;
}
</style>
border-color css
<style>
span { border-color: #788A7A; }
span { border-color: rgb(120,138,122); }
td.TdClassName
{
border-color: #788A7A;
}
.TagClassName
{
border-color: #788A7A;
}
</style>