Shades of Blue Smoke #7A7D7B
Tints of Blue Smoke #7A7D7B
RGB
CMYK
RGB Variations
Color information
#7A7D7B (or 0x7A7D7B) is known color: Blue Smoke. HEX triplet: 7A, 7D and 7B. RGB value is (122,125,123). Sum of RGB (Red+Green+Blue) = 122+125+123=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 125 - color contains mainly: green. Hex color #7A7D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7D7B is #858284. Grayscale: #7B7B7B. Windows color (decimal): -8749701 or 8093050. OLE color: 8093050.
HSL color Cylindrical-coordinate representation of color #7A7D7B: hue angle of 140º degrees, saturation: 0.01, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7A7D7B is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
RGB | 122 | 125 | 123 | - |
CMYK | 0.02 | 0 | 0.02 | 0.51 |
HSL | 140º | 0.01% | 0.48% | - |
HSV(B) | 140º | 0.02% | 0.49% | - |
XYZ | 18.93 | 20.23 | 21.65 | - |
YUV | 123.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 125 | 123 | 0.02 | 0 | 0.02 | 0.51 | 140 | 0.01 | 0.48 |
Hex | 7A | 7D | 7B | 2 | 0 | 2 | 33 | 8C | 1 | 30 |
Octal | 172 | 175 | 173 | 2 | 0 | 2 | 63 | 214 | 1 | 60 |
Binary | 1111010 | 1111101 | 1111011 | 10 | 0 | 10 | 110011 | 10001100 | 1 | 110000 |
Color Harmonies of #7A7D7B
Complementary color
Monochromatic Colors of #7A7D7B
Black with #7A7D7B
Text Example
Text Example
White with #7A7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7D7B; }
p { color: rgb(122,125,123); }
H1.HeaderClassName
{
color: #7A7D7B;
}
.AnyTagClassName
{
color: #7A7D7B;
}
</style>
background-color css
<style>
a { background-color: #7A7D7B; }
a { background-color: rgb(122,125,123); }
div.DivClassName
{
background-color: #7A7D7B;
}
.BgClassName
{
background-color: #7A7D7B;
}
</style>
border-color css
<style>
span { border-color: #7A7D7B; }
span { border-color: rgb(122,125,123); }
td.TdClassName
{
border-color: #7A7D7B;
}
.TagClassName
{
border-color: #7A7D7B;
}
</style>