Shades of Blue Smoke #7D877E
Tints of Blue Smoke #7D877E
RGB
CMYK
RGB Variations
Color information
#7D877E (or 0x7D877E) is known color: Blue Smoke. HEX triplet: 7D, 87 and 7E. RGB value is (125,135,126). Sum of RGB (Red+Green+Blue) = 125+135+126=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 135 - color contains mainly: green. Hex color #7D877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D877E is #827881. Grayscale: #838383. Windows color (decimal): -8550530 or 8292221. OLE color: 8292221.
HSL color Cylindrical-coordinate representation of color #7D877E: hue angle of 126º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7D877E is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 126 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.47 |
| HSL | 126º | 0.04% | 0.51% | - |
| HSV(B) | 126º | 0.07% | 0.53% | - |
| XYZ | 20.89 | 23.19 | 23.11 | - |
| YUV | 130.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 126 | 0.07 | 0 | 0.07 | 0.47 | 126 | 0.04 | 0.51 |
| Hex | 7D | 87 | 7E | 7 | 0 | 7 | 2F | 7E | 4 | 33 |
| Octal | 175 | 207 | 176 | 7 | 0 | 7 | 57 | 176 | 4 | 63 |
| Binary | 1111101 | 10000111 | 1111110 | 111 | 0 | 111 | 101111 | 1111110 | 100 | 110011 |
Color Harmonies of #7D877E
Complementary color
Monochromatic Colors of #7D877E
Black with #7D877E
Text Example
Text Example
White with #7D877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D877E; }
p { color: rgb(125,135,126); }
H1.HeaderClassName
{
color: #7D877E;
}
.AnyTagClassName
{
color: #7D877E;
}
</style>
background-color css
<style>
a { background-color: #7D877E; }
a { background-color: rgb(125,135,126); }
div.DivClassName
{
background-color: #7D877E;
}
.BgClassName
{
background-color: #7D877E;
}
</style>
border-color css
<style>
span { border-color: #7D877E; }
span { border-color: rgb(125,135,126); }
td.TdClassName
{
border-color: #7D877E;
}
.TagClassName
{
border-color: #7D877E;
}
</style>