Shades of Blue Smoke #7C887D
Tints of Blue Smoke #7C887D
RGB
CMYK
RGB Variations
Color information
#7C887D (or 0x7C887D) is known color: Blue Smoke. HEX triplet: 7C, 88 and 7D. RGB value is (124,136,125). Sum of RGB (Red+Green+Blue) = 124+136+125=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #7C887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C887D is #837782. Grayscale: #838383. Windows color (decimal): -8615811 or 8226940. OLE color: 8226940.
HSL color Cylindrical-coordinate representation of color #7C887D: hue angle of 125º 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 #7C887D is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 125 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.47 |
| HSL | 125º | 0.05% | 0.51% | - |
| HSV(B) | 125º | 0.09% | 0.53% | - |
| XYZ | 20.82 | 23.37 | 22.82 | - |
| YUV | 131.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 125 | 0.09 | 0 | 0.08 | 0.47 | 125 | 0.05 | 0.51 |
| Hex | 7C | 88 | 7D | 9 | 0 | 8 | 2F | 7D | 5 | 33 |
| Octal | 174 | 210 | 175 | 11 | 0 | 10 | 57 | 175 | 5 | 63 |
| Binary | 1111100 | 10001000 | 1111101 | 1001 | 0 | 1000 | 101111 | 1111101 | 101 | 110011 |
Color Harmonies of #7C887D
Complementary color
Monochromatic Colors of #7C887D
Black with #7C887D
Text Example
Text Example
White with #7C887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C887D; }
p { color: rgb(124,136,125); }
H1.HeaderClassName
{
color: #7C887D;
}
.AnyTagClassName
{
color: #7C887D;
}
</style>
background-color css
<style>
a { background-color: #7C887D; }
a { background-color: rgb(124,136,125); }
div.DivClassName
{
background-color: #7C887D;
}
.BgClassName
{
background-color: #7C887D;
}
</style>
border-color css
<style>
span { border-color: #7C887D; }
span { border-color: rgb(124,136,125); }
td.TdClassName
{
border-color: #7C887D;
}
.TagClassName
{
border-color: #7C887D;
}
</style>