Shades of Blue Smoke #76927A
Tints of Blue Smoke #76927A
RGB
CMYK
RGB Variations
Color information
#76927A (or 0x76927A) is known color: Blue Smoke. HEX triplet: 76, 92 and 7A. RGB value is (118,146,122). Sum of RGB (Red+Green+Blue) = 118+146+122=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #76927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76927A is #896D85. Grayscale: #868686. Windows color (decimal): -9006470 or 8032886. OLE color: 8032886.
HSL color Cylindrical-coordinate representation of color #76927A: hue angle of 128.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76927A is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 146 | 122 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.43 |
| HSL | 128.57º | 0.11% | 0.52% | - |
| HSV(B) | 128.57º | 0.19% | 0.57% | - |
| XYZ | 21.26 | 25.81 | 22.27 | - |
| YUV | 134.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 146 | 122 | 0.19 | 0 | 0.16 | 0.43 | 128.57 | 0.11 | 0.52 |
| Hex | 76 | 92 | 7A | 13 | 0 | 10 | 2B | 81 | B | 34 |
| Octal | 166 | 222 | 172 | 23 | 0 | 20 | 53 | 201 | 13 | 64 |
| Binary | 1110110 | 10010010 | 1111010 | 10011 | 0 | 10000 | 101011 | 10000001 | 1011 | 110100 |
Color Harmonies of #76927A
Complementary color
Monochromatic Colors of #76927A
Black with #76927A
Text Example
Text Example
White with #76927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76927A; }
p { color: rgb(118,146,122); }
H1.HeaderClassName
{
color: #76927A;
}
.AnyTagClassName
{
color: #76927A;
}
</style>
background-color css
<style>
a { background-color: #76927A; }
a { background-color: rgb(118,146,122); }
div.DivClassName
{
background-color: #76927A;
}
.BgClassName
{
background-color: #76927A;
}
</style>
border-color css
<style>
span { border-color: #76927A; }
span { border-color: rgb(118,146,122); }
td.TdClassName
{
border-color: #76927A;
}
.TagClassName
{
border-color: #76927A;
}
</style>