Shades of Blue Smoke #788A7B
Tints of Blue Smoke #788A7B
RGB
CMYK
RGB Variations
Color information
#788A7B (or 0x788A7B) is known color: Blue Smoke. HEX triplet: 78, 8A and 7B. RGB value is (120,138,123). Sum of RGB (Red+Green+Blue) = 120+138+123=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 138 - color contains mainly: green. Hex color #788A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A7B is #877584. Grayscale: #828282. Windows color (decimal): -8877445 or 8096376. OLE color: 8096376.
HSL color Cylindrical-coordinate representation of color #788A7B: hue angle of 130º 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 #788A7B is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 123 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.46 |
| HSL | 130º | 0.07% | 0.51% | - |
| HSV(B) | 130º | 0.13% | 0.54% | - |
| XYZ | 20.41 | 23.6 | 22.22 | - |
| YUV | 130.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 123 | 0.13 | 0 | 0.11 | 0.46 | 130 | 0.07 | 0.51 |
| Hex | 78 | 8A | 7B | D | 0 | B | 2E | 82 | 7 | 33 |
| Octal | 170 | 212 | 173 | 15 | 0 | 13 | 56 | 202 | 7 | 63 |
| Binary | 1111000 | 10001010 | 1111011 | 1101 | 0 | 1011 | 101110 | 10000010 | 111 | 110011 |
Color Harmonies of #788A7B
Complementary color
Monochromatic Colors of #788A7B
Black with #788A7B
Text Example
Text Example
White with #788A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A7B; }
p { color: rgb(120,138,123); }
H1.HeaderClassName
{
color: #788A7B;
}
.AnyTagClassName
{
color: #788A7B;
}
</style>
background-color css
<style>
a { background-color: #788A7B; }
a { background-color: rgb(120,138,123); }
div.DivClassName
{
background-color: #788A7B;
}
.BgClassName
{
background-color: #788A7B;
}
</style>
border-color css
<style>
span { border-color: #788A7B; }
span { border-color: rgb(120,138,123); }
td.TdClassName
{
border-color: #788A7B;
}
.TagClassName
{
border-color: #788A7B;
}
</style>