Shades of Blue Smoke #7C857E
Tints of Blue Smoke #7C857E
RGB
CMYK
RGB Variations
Color information
#7C857E (or 0x7C857E) is known color: Blue Smoke. HEX triplet: 7C, 85 and 7E. RGB value is (124,133,126). Sum of RGB (Red+Green+Blue) = 124+133+126=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 133 - color contains mainly: green. Hex color #7C857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C857E is #837A81. Grayscale: #818181. Windows color (decimal): -8616578 or 8291708. OLE color: 8291708.
HSL color Cylindrical-coordinate representation of color #7C857E: hue angle of 133.33º 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 #7C857E is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 126 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.48 |
| HSL | 133.33º | 0.04% | 0.5% | - |
| HSV(B) | 133.33º | 0.07% | 0.52% | - |
| XYZ | 20.47 | 22.57 | 23.02 | - |
| YUV | 129.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 126 | 0.07 | 0 | 0.05 | 0.48 | 133.33 | 0.04 | 0.5 |
| Hex | 7C | 85 | 7E | 7 | 0 | 5 | 30 | 85 | 4 | 32 |
| Octal | 174 | 205 | 176 | 7 | 0 | 5 | 60 | 205 | 4 | 62 |
| Binary | 1111100 | 10000101 | 1111110 | 111 | 0 | 101 | 110000 | 10000101 | 100 | 110010 |
Color Harmonies of #7C857E
Complementary color
Monochromatic Colors of #7C857E
Black with #7C857E
Text Example
Text Example
White with #7C857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C857E; }
p { color: rgb(124,133,126); }
H1.HeaderClassName
{
color: #7C857E;
}
.AnyTagClassName
{
color: #7C857E;
}
</style>
background-color css
<style>
a { background-color: #7C857E; }
a { background-color: rgb(124,133,126); }
div.DivClassName
{
background-color: #7C857E;
}
.BgClassName
{
background-color: #7C857E;
}
</style>
border-color css
<style>
span { border-color: #7C857E; }
span { border-color: rgb(124,133,126); }
td.TdClassName
{
border-color: #7C857E;
}
.TagClassName
{
border-color: #7C857E;
}
</style>