Shades of Stack #7F9482
Tints of Stack #7F9482
RGB
CMYK
RGB Variations
Color information
#7F9482 (or 0x7F9482) is known color: Stack. HEX triplet: 7F, 94 and 82. RGB value is (127,148,130). Sum of RGB (Red+Green+Blue) = 127+148+130=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9482 is #806B7D. Grayscale: #8B8B8B. Windows color (decimal): -8416126 or 8557695. OLE color: 8557695.
HSL color Cylindrical-coordinate representation of color #7F9482: hue angle of 128.57º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F9482 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 130 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.42 |
| HSL | 128.57º | 0.09% | 0.54% | - |
| HSV(B) | 128.57º | 0.14% | 0.58% | - |
| XYZ | 23.37 | 27.3 | 25.16 | - |
| YUV | 139.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 130 | 0.14 | 0 | 0.12 | 0.42 | 128.57 | 0.09 | 0.54 |
| Hex | 7F | 94 | 82 | E | 0 | C | 2A | 81 | 9 | 36 |
| Octal | 177 | 224 | 202 | 16 | 0 | 14 | 52 | 201 | 11 | 66 |
| Binary | 1111111 | 10010100 | 10000010 | 1110 | 0 | 1100 | 101010 | 10000001 | 1001 | 110110 |
Color Harmonies of #7F9482
Complementary color
Monochromatic Colors of #7F9482
Black with #7F9482
Text Example
Text Example
White with #7F9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9482; }
p { color: rgb(127,148,130); }
H1.HeaderClassName
{
color: #7F9482;
}
.AnyTagClassName
{
color: #7F9482;
}
</style>
background-color css
<style>
a { background-color: #7F9482; }
a { background-color: rgb(127,148,130); }
div.DivClassName
{
background-color: #7F9482;
}
.BgClassName
{
background-color: #7F9482;
}
</style>
border-color css
<style>
span { border-color: #7F9482; }
span { border-color: rgb(127,148,130); }
td.TdClassName
{
border-color: #7F9482;
}
.TagClassName
{
border-color: #7F9482;
}
</style>