Shades of Blue Smoke #7A827C
Tints of Blue Smoke #7A827C
RGB
CMYK
RGB Variations
Color information
#7A827C (or 0x7A827C) is known color: Blue Smoke. HEX triplet: 7A, 82 and 7C. RGB value is (122,130,124). Sum of RGB (Red+Green+Blue) = 122+130+124=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 130 - color contains mainly: green. Hex color #7A827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A827C is #857D83. Grayscale: #7E7E7E. Windows color (decimal): -8748420 or 8159866. OLE color: 8159866.
HSL color Cylindrical-coordinate representation of color #7A827C: hue angle of 135º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A827C is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
RGB | 122 | 130 | 124 | - |
CMYK | 0.06 | 0 | 0.05 | 0.49 |
HSL | 135º | 0.03% | 0.49% | - |
HSV(B) | 135º | 0.06% | 0.51% | - |
XYZ | 19.65 | 21.56 | 22.19 | - |
YUV | 126.92 | 126.35 | 124.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 130 | 124 | 0.06 | 0 | 0.05 | 0.49 | 135 | 0.03 | 0.49 |
Hex | 7A | 82 | 7C | 6 | 0 | 5 | 31 | 87 | 3 | 31 |
Octal | 172 | 202 | 174 | 6 | 0 | 5 | 61 | 207 | 3 | 61 |
Binary | 1111010 | 10000010 | 1111100 | 110 | 0 | 101 | 110001 | 10000111 | 11 | 110001 |
Color Harmonies of #7A827C
Complementary color
Monochromatic Colors of #7A827C
Black with #7A827C
Text Example
Text Example
White with #7A827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A827C; }
p { color: rgb(122,130,124); }
H1.HeaderClassName
{
color: #7A827C;
}
.AnyTagClassName
{
color: #7A827C;
}
</style>
background-color css
<style>
a { background-color: #7A827C; }
a { background-color: rgb(122,130,124); }
div.DivClassName
{
background-color: #7A827C;
}
.BgClassName
{
background-color: #7A827C;
}
</style>
border-color css
<style>
span { border-color: #7A827C; }
span { border-color: rgb(122,130,124); }
td.TdClassName
{
border-color: #7A827C;
}
.TagClassName
{
border-color: #7A827C;
}
</style>