Shades of Stack #7F907F
Tints of Stack #7F907F
RGB
CMYK
RGB Variations
Color information
#7F907F (or 0x7F907F) is known color: Stack. HEX triplet: 7F, 90 and 7F. RGB value is (127,144,127). Sum of RGB (Red+Green+Blue) = 127+144+127=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 144 - color contains mainly: green. Hex color #7F907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F907F is #806F80. Grayscale: #898989. Windows color (decimal): -8417153 or 8360063. OLE color: 8360063.
HSL color Cylindrical-coordinate representation of color #7F907F: hue angle of 120º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F907F is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 144 | 127 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.44 |
| HSL | 120º | 0.07% | 0.53% | - |
| HSV(B) | 120º | 0.12% | 0.56% | - |
| XYZ | 22.56 | 25.99 | 23.91 | - |
| YUV | 136.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 127 | 0.12 | 0 | 0.12 | 0.44 | 120 | 0.07 | 0.53 |
| Hex | 7F | 90 | 7F | C | 0 | C | 2C | 78 | 7 | 35 |
| Octal | 177 | 220 | 177 | 14 | 0 | 14 | 54 | 170 | 7 | 65 |
| Binary | 1111111 | 10010000 | 1111111 | 1100 | 0 | 1100 | 101100 | 1111000 | 111 | 110101 |
Color Harmonies of #7F907F
Complementary color
Monochromatic Colors of #7F907F
Black with #7F907F
Text Example
Text Example
White with #7F907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F907F; }
p { color: rgb(127,144,127); }
H1.HeaderClassName
{
color: #7F907F;
}
.AnyTagClassName
{
color: #7F907F;
}
</style>
background-color css
<style>
a { background-color: #7F907F; }
a { background-color: rgb(127,144,127); }
div.DivClassName
{
background-color: #7F907F;
}
.BgClassName
{
background-color: #7F907F;
}
</style>
border-color css
<style>
span { border-color: #7F907F; }
span { border-color: rgb(127,144,127); }
td.TdClassName
{
border-color: #7F907F;
}
.TagClassName
{
border-color: #7F907F;
}
</style>