Shades of Blue Smoke #7A837B
Tints of Blue Smoke #7A837B
RGB
CMYK
RGB Variations
Color information
#7A837B (or 0x7A837B) is known color: Blue Smoke. HEX triplet: 7A, 83 and 7B. RGB value is (122,131,123). Sum of RGB (Red+Green+Blue) = 122+131+123=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 131 - color contains mainly: green. Hex color #7A837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A837B is #857C84. Grayscale: #7F7F7F. Windows color (decimal): -8748165 or 8094586. OLE color: 8094586.
HSL color Cylindrical-coordinate representation of color #7A837B: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A837B is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
RGB | 122 | 131 | 123 | - |
CMYK | 0.07 | 0 | 0.06 | 0.49 |
HSL | 126.67º | 0.04% | 0.5% | - |
HSV(B) | 126.67º | 0.07% | 0.51% | - |
XYZ | 19.72 | 21.8 | 21.91 | - |
YUV | 127.4 | 125.52 | 124.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 131 | 123 | 0.07 | 0 | 0.06 | 0.49 | 126.67 | 0.04 | 0.5 |
Hex | 7A | 83 | 7B | 7 | 0 | 6 | 31 | 7F | 4 | 32 |
Octal | 172 | 203 | 173 | 7 | 0 | 6 | 61 | 177 | 4 | 62 |
Binary | 1111010 | 10000011 | 1111011 | 111 | 0 | 110 | 110001 | 1111111 | 100 | 110010 |
Color Harmonies of #7A837B
Complementary color
Monochromatic Colors of #7A837B
Black with #7A837B
Text Example
Text Example
White with #7A837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A837B; }
p { color: rgb(122,131,123); }
H1.HeaderClassName
{
color: #7A837B;
}
.AnyTagClassName
{
color: #7A837B;
}
</style>
background-color css
<style>
a { background-color: #7A837B; }
a { background-color: rgb(122,131,123); }
div.DivClassName
{
background-color: #7A837B;
}
.BgClassName
{
background-color: #7A837B;
}
</style>
border-color css
<style>
span { border-color: #7A837B; }
span { border-color: rgb(122,131,123); }
td.TdClassName
{
border-color: #7A837B;
}
.TagClassName
{
border-color: #7A837B;
}
</style>