Shades of Blue Smoke #7B897F
Tints of Blue Smoke #7B897F
RGB
CMYK
RGB Variations
Color information
#7B897F (or 0x7B897F) is known color: Blue Smoke. HEX triplet: 7B, 89 and 7F. RGB value is (123,137,127). Sum of RGB (Red+Green+Blue) = 123+137+127=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #7B897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B897F is #847680. Grayscale: #838383. Windows color (decimal): -8681089 or 8358267. OLE color: 8358267.
HSL color Cylindrical-coordinate representation of color #7B897F: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B897F is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 137 | 127 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.46 |
| HSL | 137.14º | 0.06% | 0.51% | - |
| HSV(B) | 137.14º | 0.1% | 0.54% | - |
| XYZ | 20.94 | 23.63 | 23.54 | - |
| YUV | 131.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 127 | 0.10 | 0 | 0.07 | 0.46 | 137.14 | 0.06 | 0.51 |
| Hex | 7B | 89 | 7F | A | 0 | 7 | 2E | 89 | 6 | 33 |
| Octal | 173 | 211 | 177 | 12 | 0 | 7 | 56 | 211 | 6 | 63 |
| Binary | 1111011 | 10001001 | 1111111 | 1010 | 0 | 111 | 101110 | 10001001 | 110 | 110011 |
Color Harmonies of #7B897F
Complementary color
Monochromatic Colors of #7B897F
Black with #7B897F
Text Example
Text Example
White with #7B897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B897F; }
p { color: rgb(123,137,127); }
H1.HeaderClassName
{
color: #7B897F;
}
.AnyTagClassName
{
color: #7B897F;
}
</style>
background-color css
<style>
a { background-color: #7B897F; }
a { background-color: rgb(123,137,127); }
div.DivClassName
{
background-color: #7B897F;
}
.BgClassName
{
background-color: #7B897F;
}
</style>
border-color css
<style>
span { border-color: #7B897F; }
span { border-color: rgb(123,137,127); }
td.TdClassName
{
border-color: #7B897F;
}
.TagClassName
{
border-color: #7B897F;
}
</style>