Shades of Grey #7F7676
Tints of Grey #7F7676
RGB
CMYK
RGB Variations
Color information
#7F7676 (or 0x7F7676) is known color: Grey. HEX triplet: 7F, 76 and 76. RGB value is (127,118,118). Sum of RGB (Red+Green+Blue) = 127+118+118=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7676 is #808989. Grayscale: #787878. Windows color (decimal): -8423818 or 7763583. OLE color: 7763583.
HSL color Cylindrical-coordinate representation of color #7F7676: hue angle of 0º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F7676 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 118 | 118 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.50 |
| HSL | 0º | 0.04% | 0.48% | - |
| HSV(B) | 0º | 0.07% | 0.5% | - |
| XYZ | 18.5 | 18.78 | 19.79 | - |
| YUV | 120.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 118 | 0 | 0.07 | 0.07 | 0.50 | 0 | 0.04 | 0.48 |
| Hex | 7F | 76 | 76 | 0 | 7 | 7 | 32 | 0 | 4 | 30 |
| Octal | 177 | 166 | 166 | 0 | 7 | 7 | 62 | 0 | 4 | 60 |
| Binary | 1111111 | 1110110 | 1110110 | 0 | 111 | 111 | 110010 | 0 | 100 | 110000 |
Color Harmonies of #7F7676
Complementary color
Monochromatic Colors of #7F7676
Black with #7F7676
Text Example
Text Example
White with #7F7676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7676; }
p { color: rgb(127,118,118); }
H1.HeaderClassName
{
color: #7F7676;
}
.AnyTagClassName
{
color: #7F7676;
}
</style>
background-color css
<style>
a { background-color: #7F7676; }
a { background-color: rgb(127,118,118); }
div.DivClassName
{
background-color: #7F7676;
}
.BgClassName
{
background-color: #7F7676;
}
</style>
border-color css
<style>
span { border-color: #7F7676; }
span { border-color: rgb(127,118,118); }
td.TdClassName
{
border-color: #7F7676;
}
.TagClassName
{
border-color: #7F7676;
}
</style>