Shades of Blue Smoke #7C877E
Tints of Blue Smoke #7C877E
RGB
CMYK
RGB Variations
Color information
#7C877E (or 0x7C877E) is known color: Blue Smoke. HEX triplet: 7C, 87 and 7E. RGB value is (124,135,126). Sum of RGB (Red+Green+Blue) = 124+135+126=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #7C877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C877E is #837881. Grayscale: #828282. Windows color (decimal): -8616066 or 8292220. OLE color: 8292220.
HSL color Cylindrical-coordinate representation of color #7C877E: hue angle of 130.91º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7C877E is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 126 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.47 |
| HSL | 130.91º | 0.04% | 0.51% | - |
| HSV(B) | 130.91º | 0.08% | 0.53% | - |
| XYZ | 20.74 | 23.12 | 23.11 | - |
| YUV | 130.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 126 | 0.08 | 0 | 0.07 | 0.47 | 130.91 | 0.04 | 0.51 |
| Hex | 7C | 87 | 7E | 8 | 0 | 7 | 2F | 83 | 4 | 33 |
| Octal | 174 | 207 | 176 | 10 | 0 | 7 | 57 | 203 | 4 | 63 |
| Binary | 1111100 | 10000111 | 1111110 | 1000 | 0 | 111 | 101111 | 10000011 | 100 | 110011 |
Color Harmonies of #7C877E
Complementary color
Monochromatic Colors of #7C877E
Black with #7C877E
Text Example
Text Example
White with #7C877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C877E; }
p { color: rgb(124,135,126); }
H1.HeaderClassName
{
color: #7C877E;
}
.AnyTagClassName
{
color: #7C877E;
}
</style>
background-color css
<style>
a { background-color: #7C877E; }
a { background-color: rgb(124,135,126); }
div.DivClassName
{
background-color: #7C877E;
}
.BgClassName
{
background-color: #7C877E;
}
</style>
border-color css
<style>
span { border-color: #7C877E; }
span { border-color: rgb(124,135,126); }
td.TdClassName
{
border-color: #7C877E;
}
.TagClassName
{
border-color: #7C877E;
}
</style>