Shades of Blue Smoke #788B7A
Tints of Blue Smoke #788B7A
RGB
CMYK
RGB Variations
Color information
#788B7A (or 0x788B7A) is known color: Blue Smoke. HEX triplet: 78, 8B and 7A. RGB value is (120,139,122). Sum of RGB (Red+Green+Blue) = 120+139+122=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #788B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B7A is #877485. Grayscale: #838383. Windows color (decimal): -8877190 or 8031096. OLE color: 8031096.
HSL color Cylindrical-coordinate representation of color #788B7A: hue angle of 126.32º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788B7A is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
RGB | 120 | 139 | 122 | - |
CMYK | 0.14 | 0 | 0.12 | 0.45 |
HSL | 126.32º | 0.08% | 0.51% | - |
HSV(B) | 126.32º | 0.14% | 0.55% | - |
XYZ | 20.49 | 23.86 | 21.94 | - |
YUV | 131.38 | 122.71 | 119.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 139 | 122 | 0.14 | 0 | 0.12 | 0.45 | 126.32 | 0.08 | 0.51 |
Hex | 78 | 8B | 7A | E | 0 | C | 2D | 7E | 8 | 33 |
Octal | 170 | 213 | 172 | 16 | 0 | 14 | 55 | 176 | 10 | 63 |
Binary | 1111000 | 10001011 | 1111010 | 1110 | 0 | 1100 | 101101 | 1111110 | 1000 | 110011 |
Color Harmonies of #788B7A
Complementary color
Monochromatic Colors of #788B7A
Black with #788B7A
Text Example
Text Example
White with #788B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B7A; }
p { color: rgb(120,139,122); }
H1.HeaderClassName
{
color: #788B7A;
}
.AnyTagClassName
{
color: #788B7A;
}
</style>
background-color css
<style>
a { background-color: #788B7A; }
a { background-color: rgb(120,139,122); }
div.DivClassName
{
background-color: #788B7A;
}
.BgClassName
{
background-color: #788B7A;
}
</style>
border-color css
<style>
span { border-color: #788B7A; }
span { border-color: rgb(120,139,122); }
td.TdClassName
{
border-color: #788B7A;
}
.TagClassName
{
border-color: #788B7A;
}
</style>