Shades of Stack #7F8A80
Tints of Stack #7F8A80
RGB
CMYK
RGB Variations
Color information
#7F8A80 (or 0x7F8A80) is known color: Stack. HEX triplet: 7F, 8A and 80. RGB value is (127,138,128). Sum of RGB (Red+Green+Blue) = 127+138+128=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8A80 is #80757F. Grayscale: #858585. Windows color (decimal): -8418688 or 8424063. OLE color: 8424063.
HSL color Cylindrical-coordinate representation of color #7F8A80: hue angle of 125.45º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F8A80 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 138 | 128 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.46 |
| HSL | 125.45º | 0.04% | 0.52% | - |
| HSV(B) | 125.45º | 0.08% | 0.54% | - |
| XYZ | 21.74 | 24.25 | 23.96 | - |
| YUV | 133.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 128 | 0.08 | 0 | 0.07 | 0.46 | 125.45 | 0.04 | 0.52 |
| Hex | 7F | 8A | 80 | 8 | 0 | 7 | 2E | 7D | 4 | 34 |
| Octal | 177 | 212 | 200 | 10 | 0 | 7 | 56 | 175 | 4 | 64 |
| Binary | 1111111 | 10001010 | 10000000 | 1000 | 0 | 111 | 101110 | 1111101 | 100 | 110100 |
Color Harmonies of #7F8A80
Complementary color
Monochromatic Colors of #7F8A80
Black with #7F8A80
Text Example
Text Example
White with #7F8A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8A80; }
p { color: rgb(127,138,128); }
H1.HeaderClassName
{
color: #7F8A80;
}
.AnyTagClassName
{
color: #7F8A80;
}
</style>
background-color css
<style>
a { background-color: #7F8A80; }
a { background-color: rgb(127,138,128); }
div.DivClassName
{
background-color: #7F8A80;
}
.BgClassName
{
background-color: #7F8A80;
}
</style>
border-color css
<style>
span { border-color: #7F8A80; }
span { border-color: rgb(127,138,128); }
td.TdClassName
{
border-color: #7F8A80;
}
.TagClassName
{
border-color: #7F8A80;
}
</style>