Shades of Blue Smoke #7B887F
Tints of Blue Smoke #7B887F
RGB
CMYK
RGB Variations
Color information
#7B887F (or 0x7B887F) is known color: Blue Smoke. HEX triplet: 7B, 88 and 7F. RGB value is (123,136,127). Sum of RGB (Red+Green+Blue) = 123+136+127=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 136 - color contains mainly: green. Hex color #7B887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B887F is #847780. Grayscale: #838383. Windows color (decimal): -8681345 or 8358011. OLE color: 8358011.
HSL color Cylindrical-coordinate representation of color #7B887F: hue angle of 138.46º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B887F is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 136 | 127 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.47 |
| HSL | 138.46º | 0.05% | 0.51% | - |
| HSV(B) | 138.46º | 0.1% | 0.53% | - |
| XYZ | 20.8 | 23.35 | 23.49 | - |
| YUV | 131.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 127 | 0.10 | 0 | 0.07 | 0.47 | 138.46 | 0.05 | 0.51 |
| Hex | 7B | 88 | 7F | A | 0 | 7 | 2F | 8A | 5 | 33 |
| Octal | 173 | 210 | 177 | 12 | 0 | 7 | 57 | 212 | 5 | 63 |
| Binary | 1111011 | 10001000 | 1111111 | 1010 | 0 | 111 | 101111 | 10001010 | 101 | 110011 |
Color Harmonies of #7B887F
Complementary color
Monochromatic Colors of #7B887F
Black with #7B887F
Text Example
Text Example
White with #7B887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B887F; }
p { color: rgb(123,136,127); }
H1.HeaderClassName
{
color: #7B887F;
}
.AnyTagClassName
{
color: #7B887F;
}
</style>
background-color css
<style>
a { background-color: #7B887F; }
a { background-color: rgb(123,136,127); }
div.DivClassName
{
background-color: #7B887F;
}
.BgClassName
{
background-color: #7B887F;
}
</style>
border-color css
<style>
span { border-color: #7B887F; }
span { border-color: rgb(123,136,127); }
td.TdClassName
{
border-color: #7B887F;
}
.TagClassName
{
border-color: #7B887F;
}
</style>