Shades of Blue Smoke #76897B
Tints of Blue Smoke #76897B
RGB
CMYK
RGB Variations
Color information
#76897B (or 0x76897B) is known color: Blue Smoke. HEX triplet: 76, 89 and 7B. RGB value is (118,137,123). Sum of RGB (Red+Green+Blue) = 118+137+123=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #76897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76897B is #897684. Grayscale: #818181. Windows color (decimal): -9008773 or 8096118. OLE color: 8096118.
HSL color Cylindrical-coordinate representation of color #76897B: hue angle of 135.79º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #76897B is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 137 | 123 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.46 |
| HSL | 135.79º | 0.07% | 0.5% | - |
| HSV(B) | 135.79º | 0.14% | 0.54% | - |
| XYZ | 19.99 | 23.17 | 22.16 | - |
| YUV | 129.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 123 | 0.14 | 0 | 0.10 | 0.46 | 135.79 | 0.07 | 0.5 |
| Hex | 76 | 89 | 7B | E | 0 | A | 2E | 88 | 7 | 32 |
| Octal | 166 | 211 | 173 | 16 | 0 | 12 | 56 | 210 | 7 | 62 |
| Binary | 1110110 | 10001001 | 1111011 | 1110 | 0 | 1010 | 101110 | 10001000 | 111 | 110010 |
Color Harmonies of #76897B
Complementary color
Monochromatic Colors of #76897B
Black with #76897B
Text Example
Text Example
White with #76897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76897B; }
p { color: rgb(118,137,123); }
H1.HeaderClassName
{
color: #76897B;
}
.AnyTagClassName
{
color: #76897B;
}
</style>
background-color css
<style>
a { background-color: #76897B; }
a { background-color: rgb(118,137,123); }
div.DivClassName
{
background-color: #76897B;
}
.BgClassName
{
background-color: #76897B;
}
</style>
border-color css
<style>
span { border-color: #76897B; }
span { border-color: rgb(118,137,123); }
td.TdClassName
{
border-color: #76897B;
}
.TagClassName
{
border-color: #76897B;
}
</style>