Shades of Blue Smoke #76927B
Tints of Blue Smoke #76927B
RGB
CMYK
RGB Variations
Color information
#76927B (or 0x76927B) is known color: Blue Smoke. HEX triplet: 76, 92 and 7B. RGB value is (118,146,123). Sum of RGB (Red+Green+Blue) = 118+146+123=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #76927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76927B is #896D84. Grayscale: #878787. Windows color (decimal): -9006469 or 8098422. OLE color: 8098422.
HSL color Cylindrical-coordinate representation of color #76927B: hue angle of 130.71º 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 #76927B is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 146 | 123 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.43 |
| HSL | 130.71º | 0.11% | 0.52% | - |
| HSV(B) | 130.71º | 0.19% | 0.57% | - |
| XYZ | 21.33 | 25.84 | 22.6 | - |
| YUV | 135.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 146 | 123 | 0.19 | 0 | 0.16 | 0.43 | 130.71 | 0.11 | 0.52 |
| Hex | 76 | 92 | 7B | 13 | 0 | 10 | 2B | 83 | B | 34 |
| Octal | 166 | 222 | 173 | 23 | 0 | 20 | 53 | 203 | 13 | 64 |
| Binary | 1110110 | 10010010 | 1111011 | 10011 | 0 | 10000 | 101011 | 10000011 | 1011 | 110100 |
Color Harmonies of #76927B
Complementary color
Monochromatic Colors of #76927B
Black with #76927B
Text Example
Text Example
White with #76927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76927B; }
p { color: rgb(118,146,123); }
H1.HeaderClassName
{
color: #76927B;
}
.AnyTagClassName
{
color: #76927B;
}
</style>
background-color css
<style>
a { background-color: #76927B; }
a { background-color: rgb(118,146,123); }
div.DivClassName
{
background-color: #76927B;
}
.BgClassName
{
background-color: #76927B;
}
</style>
border-color css
<style>
span { border-color: #76927B; }
span { border-color: rgb(118,146,123); }
td.TdClassName
{
border-color: #76927B;
}
.TagClassName
{
border-color: #76927B;
}
</style>