Shades of Grey #7F7979
Tints of Grey #7F7979
RGB
CMYK
RGB Variations
Color information
#7F7979 (or 0x7F7979) is known color: Grey. HEX triplet: 7F, 79 and 79. RGB value is (127,121,121). Sum of RGB (Red+Green+Blue) = 127+121+121=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7979 is #808686. Grayscale: #7A7A7A. Windows color (decimal): -8423047 or 7960959. OLE color: 7960959.
HSL color Cylindrical-coordinate representation of color #7F7979: hue angle of 0º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7F7979 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 121 | 121 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.50 |
| HSL | 0º | 0.02% | 0.49% | - |
| HSV(B) | 0º | 0.05% | 0.5% | - |
| XYZ | 19.04 | 19.57 | 20.86 | - |
| YUV | 122.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 121 | 0 | 0.05 | 0.05 | 0.50 | 0 | 0.02 | 0.49 |
| Hex | 7F | 79 | 79 | 0 | 5 | 5 | 32 | 0 | 2 | 31 |
| Octal | 177 | 171 | 171 | 0 | 5 | 5 | 62 | 0 | 2 | 61 |
| Binary | 1111111 | 1111001 | 1111001 | 0 | 101 | 101 | 110010 | 0 | 10 | 110001 |
Color Harmonies of #7F7979
Complementary color
Monochromatic Colors of #7F7979
Black with #7F7979
Text Example
Text Example
White with #7F7979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7979; }
p { color: rgb(127,121,121); }
H1.HeaderClassName
{
color: #7F7979;
}
.AnyTagClassName
{
color: #7F7979;
}
</style>
background-color css
<style>
a { background-color: #7F7979; }
a { background-color: rgb(127,121,121); }
div.DivClassName
{
background-color: #7F7979;
}
.BgClassName
{
background-color: #7F7979;
}
</style>
border-color css
<style>
span { border-color: #7F7979; }
span { border-color: rgb(127,121,121); }
td.TdClassName
{
border-color: #7F7979;
}
.TagClassName
{
border-color: #7F7979;
}
</style>