Shades of Stack #7F9180
Tints of Stack #7F9180
RGB
CMYK
RGB Variations
Color information
#7F9180 (or 0x7F9180) is known color: Stack. HEX triplet: 7F, 91 and 80. RGB value is (127,145,128). Sum of RGB (Red+Green+Blue) = 127+145+128=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #7F9180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9180 is #806E7F. Grayscale: #898989. Windows color (decimal): -8416896 or 8425855. OLE color: 8425855.
HSL color Cylindrical-coordinate representation of color #7F9180: hue angle of 123.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F9180 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 145 | 128 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.43 |
| HSL | 123.33º | 0.08% | 0.53% | - |
| HSV(B) | 123.33º | 0.12% | 0.57% | - |
| XYZ | 22.77 | 26.32 | 24.3 | - |
| YUV | 137.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 128 | 0.12 | 0 | 0.12 | 0.43 | 123.33 | 0.08 | 0.53 |
| Hex | 7F | 91 | 80 | C | 0 | C | 2B | 7B | 8 | 35 |
| Octal | 177 | 221 | 200 | 14 | 0 | 14 | 53 | 173 | 10 | 65 |
| Binary | 1111111 | 10010001 | 10000000 | 1100 | 0 | 1100 | 101011 | 1111011 | 1000 | 110101 |
Color Harmonies of #7F9180
Complementary color
Monochromatic Colors of #7F9180
Black with #7F9180
Text Example
Text Example
White with #7F9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9180; }
p { color: rgb(127,145,128); }
H1.HeaderClassName
{
color: #7F9180;
}
.AnyTagClassName
{
color: #7F9180;
}
</style>
background-color css
<style>
a { background-color: #7F9180; }
a { background-color: rgb(127,145,128); }
div.DivClassName
{
background-color: #7F9180;
}
.BgClassName
{
background-color: #7F9180;
}
</style>
border-color css
<style>
span { border-color: #7F9180; }
span { border-color: rgb(127,145,128); }
td.TdClassName
{
border-color: #7F9180;
}
.TagClassName
{
border-color: #7F9180;
}
</style>