Shades of Blue Smoke #788A7C
Tints of Blue Smoke #788A7C
RGB
CMYK
RGB Variations
Color information
#788A7C (or 0x788A7C) is known color: Blue Smoke. HEX triplet: 78, 8A and 7C. RGB value is (120,138,124). Sum of RGB (Red+Green+Blue) = 120+138+124=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 138 - color contains mainly: green. Hex color #788A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A7C is #877583. Grayscale: #838383. Windows color (decimal): -8877444 or 8161912. OLE color: 8161912.
HSL color Cylindrical-coordinate representation of color #788A7C: hue angle of 133.33º 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 #788A7C is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 124 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.46 |
| HSL | 133.33º | 0.07% | 0.51% | - |
| HSV(B) | 133.33º | 0.13% | 0.54% | - |
| XYZ | 20.47 | 23.63 | 22.55 | - |
| YUV | 131.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 124 | 0.13 | 0 | 0.10 | 0.46 | 133.33 | 0.07 | 0.51 |
| Hex | 78 | 8A | 7C | D | 0 | A | 2E | 85 | 7 | 33 |
| Octal | 170 | 212 | 174 | 15 | 0 | 12 | 56 | 205 | 7 | 63 |
| Binary | 1111000 | 10001010 | 1111100 | 1101 | 0 | 1010 | 101110 | 10000101 | 111 | 110011 |
Color Harmonies of #788A7C
Complementary color
Monochromatic Colors of #788A7C
Black with #788A7C
Text Example
Text Example
White with #788A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A7C; }
p { color: rgb(120,138,124); }
H1.HeaderClassName
{
color: #788A7C;
}
.AnyTagClassName
{
color: #788A7C;
}
</style>
background-color css
<style>
a { background-color: #788A7C; }
a { background-color: rgb(120,138,124); }
div.DivClassName
{
background-color: #788A7C;
}
.BgClassName
{
background-color: #788A7C;
}
</style>
border-color css
<style>
span { border-color: #788A7C; }
span { border-color: rgb(120,138,124); }
td.TdClassName
{
border-color: #788A7C;
}
.TagClassName
{
border-color: #788A7C;
}
</style>