Shades of Blue Smoke #7D857E
Tints of Blue Smoke #7D857E
RGB
CMYK
RGB Variations
Color information
#7D857E (or 0x7D857E) is known color: Blue Smoke. HEX triplet: 7D, 85 and 7E. RGB value is (125,133,126). Sum of RGB (Red+Green+Blue) = 125+133+126=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 133 - color contains mainly: green. Hex color #7D857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D857E is #827A81. Grayscale: #818181. Windows color (decimal): -8551042 or 8291709. OLE color: 8291709.
HSL color Cylindrical-coordinate representation of color #7D857E: hue angle of 127.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7D857E is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 126 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.48 |
| HSL | 127.5º | 0.03% | 0.51% | - |
| HSV(B) | 127.5º | 0.06% | 0.52% | - |
| XYZ | 20.61 | 22.64 | 23.02 | - |
| YUV | 129.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 126 | 0.06 | 0 | 0.05 | 0.48 | 127.5 | 0.03 | 0.51 |
| Hex | 7D | 85 | 7E | 6 | 0 | 5 | 30 | 80 | 3 | 33 |
| Octal | 175 | 205 | 176 | 6 | 0 | 5 | 60 | 200 | 3 | 63 |
| Binary | 1111101 | 10000101 | 1111110 | 110 | 0 | 101 | 110000 | 10000000 | 11 | 110011 |
Color Harmonies of #7D857E
Complementary color
Monochromatic Colors of #7D857E
Black with #7D857E
Text Example
Text Example
White with #7D857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D857E; }
p { color: rgb(125,133,126); }
H1.HeaderClassName
{
color: #7D857E;
}
.AnyTagClassName
{
color: #7D857E;
}
</style>
background-color css
<style>
a { background-color: #7D857E; }
a { background-color: rgb(125,133,126); }
div.DivClassName
{
background-color: #7D857E;
}
.BgClassName
{
background-color: #7D857E;
}
</style>
border-color css
<style>
span { border-color: #7D857E; }
span { border-color: rgb(125,133,126); }
td.TdClassName
{
border-color: #7D857E;
}
.TagClassName
{
border-color: #7D857E;
}
</style>