Shades of Blue Smoke #7C8580
Tints of Blue Smoke #7C8580
RGB
CMYK
RGB Variations
Color information
#7C8580 (or 0x7C8580) is known color: Blue Smoke. HEX triplet: 7C, 85 and 80. RGB value is (124,133,128). Sum of RGB (Red+Green+Blue) = 124+133+128=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8580 is #837A7F. Grayscale: #818181. Windows color (decimal): -8616576 or 8422780. OLE color: 8422780.
HSL color Cylindrical-coordinate representation of color #7C8580: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7C8580 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 128 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.48 |
| HSL | 146.67º | 0.04% | 0.5% | - |
| HSV(B) | 146.67º | 0.07% | 0.52% | - |
| XYZ | 20.6 | 22.62 | 23.7 | - |
| YUV | 129.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 128 | 0.07 | 0 | 0.04 | 0.48 | 146.67 | 0.04 | 0.5 |
| Hex | 7C | 85 | 80 | 7 | 0 | 4 | 30 | 93 | 4 | 32 |
| Octal | 174 | 205 | 200 | 7 | 0 | 4 | 60 | 223 | 4 | 62 |
| Binary | 1111100 | 10000101 | 10000000 | 111 | 0 | 100 | 110000 | 10010011 | 100 | 110010 |
Color Harmonies of #7C8580
Complementary color
Monochromatic Colors of #7C8580
Black with #7C8580
Text Example
Text Example
White with #7C8580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8580; }
p { color: rgb(124,133,128); }
H1.HeaderClassName
{
color: #7C8580;
}
.AnyTagClassName
{
color: #7C8580;
}
</style>
background-color css
<style>
a { background-color: #7C8580; }
a { background-color: rgb(124,133,128); }
div.DivClassName
{
background-color: #7C8580;
}
.BgClassName
{
background-color: #7C8580;
}
</style>
border-color css
<style>
span { border-color: #7C8580; }
span { border-color: rgb(124,133,128); }
td.TdClassName
{
border-color: #7C8580;
}
.TagClassName
{
border-color: #7C8580;
}
</style>