Shades of Blue Smoke #7B867D
Tints of Blue Smoke #7B867D
RGB
CMYK
RGB Variations
Color information
#7B867D (or 0x7B867D) is known color: Blue Smoke. HEX triplet: 7B, 86 and 7D. RGB value is (123,134,125). Sum of RGB (Red+Green+Blue) = 123+134+125=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 134 - color contains mainly: green. Hex color #7B867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B867D is #847982. Grayscale: #818181. Windows color (decimal): -8681859 or 8226427. OLE color: 8226427.
HSL color Cylindrical-coordinate representation of color #7B867D: hue angle of 130.91º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B867D is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 134 | 125 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.47 |
| HSL | 130.91º | 0.04% | 0.5% | - |
| HSV(B) | 130.91º | 0.08% | 0.53% | - |
| XYZ | 20.4 | 22.74 | 22.72 | - |
| YUV | 129.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 134 | 125 | 0.08 | 0 | 0.07 | 0.47 | 130.91 | 0.04 | 0.5 |
| Hex | 7B | 86 | 7D | 8 | 0 | 7 | 2F | 83 | 4 | 32 |
| Octal | 173 | 206 | 175 | 10 | 0 | 7 | 57 | 203 | 4 | 62 |
| Binary | 1111011 | 10000110 | 1111101 | 1000 | 0 | 111 | 101111 | 10000011 | 100 | 110010 |
Color Harmonies of #7B867D
Complementary color
Monochromatic Colors of #7B867D
Black with #7B867D
Text Example
Text Example
White with #7B867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B867D; }
p { color: rgb(123,134,125); }
H1.HeaderClassName
{
color: #7B867D;
}
.AnyTagClassName
{
color: #7B867D;
}
</style>
background-color css
<style>
a { background-color: #7B867D; }
a { background-color: rgb(123,134,125); }
div.DivClassName
{
background-color: #7B867D;
}
.BgClassName
{
background-color: #7B867D;
}
</style>
border-color css
<style>
span { border-color: #7B867D; }
span { border-color: rgb(123,134,125); }
td.TdClassName
{
border-color: #7B867D;
}
.TagClassName
{
border-color: #7B867D;
}
</style>