Shades of Blue Smoke #7A807B
Tints of Blue Smoke #7A807B
RGB
CMYK
RGB Variations
Color information
#7A807B (or 0x7A807B) is known color: Blue Smoke. HEX triplet: 7A, 80 and 7B. RGB value is (122,128,123). Sum of RGB (Red+Green+Blue) = 122+128+123=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 128 - color contains mainly: green. Hex color #7A807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A807B is #857F84. Grayscale: #7D7D7D. Windows color (decimal): -8748933 or 8093818. OLE color: 8093818.
HSL color Cylindrical-coordinate representation of color #7A807B: hue angle of 130º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7A807B is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 128 | 123 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.50 |
| HSL | 130º | 0.02% | 0.49% | - |
| HSV(B) | 130º | 0.05% | 0.5% | - |
| XYZ | 19.32 | 21.01 | 21.78 | - |
| YUV | 125.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 123 | 0.05 | 0 | 0.04 | 0.50 | 130 | 0.02 | 0.49 |
| Hex | 7A | 80 | 7B | 5 | 0 | 4 | 32 | 82 | 2 | 31 |
| Octal | 172 | 200 | 173 | 5 | 0 | 4 | 62 | 202 | 2 | 61 |
| Binary | 1111010 | 10000000 | 1111011 | 101 | 0 | 100 | 110010 | 10000010 | 10 | 110001 |
Color Harmonies of #7A807B
Complementary color
Monochromatic Colors of #7A807B
Black with #7A807B
Text Example
Text Example
White with #7A807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A807B; }
p { color: rgb(122,128,123); }
H1.HeaderClassName
{
color: #7A807B;
}
.AnyTagClassName
{
color: #7A807B;
}
</style>
background-color css
<style>
a { background-color: #7A807B; }
a { background-color: rgb(122,128,123); }
div.DivClassName
{
background-color: #7A807B;
}
.BgClassName
{
background-color: #7A807B;
}
</style>
border-color css
<style>
span { border-color: #7A807B; }
span { border-color: rgb(122,128,123); }
td.TdClassName
{
border-color: #7A807B;
}
.TagClassName
{
border-color: #7A807B;
}
</style>