Shades of Blue Smoke #7D827F
Tints of Blue Smoke #7D827F
RGB
CMYK
RGB Variations
Color information
#7D827F (or 0x7D827F) is known color: Blue Smoke. HEX triplet: 7D, 82 and 7F. RGB value is (125,130,127). Sum of RGB (Red+Green+Blue) = 125+130+127=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 130 - color contains mainly: green. Hex color #7D827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D827F is #827D80. Grayscale: #808080. Windows color (decimal): -8551809 or 8356477. OLE color: 8356477.
HSL color Cylindrical-coordinate representation of color #7D827F: hue angle of 144º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7D827F is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 130 | 127 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.49 |
| HSL | 144º | 0.02% | 0.5% | - |
| HSV(B) | 144º | 0.04% | 0.51% | - |
| XYZ | 20.27 | 21.86 | 23.23 | - |
| YUV | 128.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 130 | 127 | 0.04 | 0 | 0.02 | 0.49 | 144 | 0.02 | 0.5 |
| Hex | 7D | 82 | 7F | 4 | 0 | 2 | 31 | 90 | 2 | 32 |
| Octal | 175 | 202 | 177 | 4 | 0 | 2 | 61 | 220 | 2 | 62 |
| Binary | 1111101 | 10000010 | 1111111 | 100 | 0 | 10 | 110001 | 10010000 | 10 | 110010 |
Color Harmonies of #7D827F
Complementary color
Monochromatic Colors of #7D827F
Black with #7D827F
Text Example
Text Example
White with #7D827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D827F; }
p { color: rgb(125,130,127); }
H1.HeaderClassName
{
color: #7D827F;
}
.AnyTagClassName
{
color: #7D827F;
}
</style>
background-color css
<style>
a { background-color: #7D827F; }
a { background-color: rgb(125,130,127); }
div.DivClassName
{
background-color: #7D827F;
}
.BgClassName
{
background-color: #7D827F;
}
</style>
border-color css
<style>
span { border-color: #7D827F; }
span { border-color: rgb(125,130,127); }
td.TdClassName
{
border-color: #7D827F;
}
.TagClassName
{
border-color: #7D827F;
}
</style>