Shades of Blue Smoke #7B877E
Tints of Blue Smoke #7B877E
RGB
CMYK
RGB Variations
Color information
#7B877E (or 0x7B877E) is known color: Blue Smoke. HEX triplet: 7B, 87 and 7E. RGB value is (123,135,126). Sum of RGB (Red+Green+Blue) = 123+135+126=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #7B877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B877E is #847881. Grayscale: #828282. Windows color (decimal): -8681602 or 8292219. OLE color: 8292219.
HSL color Cylindrical-coordinate representation of color #7B877E: hue angle of 135º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7B877E is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 126 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.47 |
| HSL | 135º | 0.05% | 0.51% | - |
| HSV(B) | 135º | 0.09% | 0.53% | - |
| XYZ | 20.6 | 23.05 | 23.1 | - |
| YUV | 130.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 126 | 0.09 | 0 | 0.07 | 0.47 | 135 | 0.05 | 0.51 |
| Hex | 7B | 87 | 7E | 9 | 0 | 7 | 2F | 87 | 5 | 33 |
| Octal | 173 | 207 | 176 | 11 | 0 | 7 | 57 | 207 | 5 | 63 |
| Binary | 1111011 | 10000111 | 1111110 | 1001 | 0 | 111 | 101111 | 10000111 | 101 | 110011 |
Color Harmonies of #7B877E
Complementary color
Monochromatic Colors of #7B877E
Black with #7B877E
Text Example
Text Example
White with #7B877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B877E; }
p { color: rgb(123,135,126); }
H1.HeaderClassName
{
color: #7B877E;
}
.AnyTagClassName
{
color: #7B877E;
}
</style>
background-color css
<style>
a { background-color: #7B877E; }
a { background-color: rgb(123,135,126); }
div.DivClassName
{
background-color: #7B877E;
}
.BgClassName
{
background-color: #7B877E;
}
</style>
border-color css
<style>
span { border-color: #7B877E; }
span { border-color: rgb(123,135,126); }
td.TdClassName
{
border-color: #7B877E;
}
.TagClassName
{
border-color: #7B877E;
}
</style>