Shades of Tapa #7F7F6E
Tints of Tapa #7F7F6E
RGB
CMYK
RGB Variations
Color information
#7F7F6E (or 0x7F7F6E) is known color: Tapa. HEX triplet: 7F, 7F and 6E. RGB value is (127,127,110). Sum of RGB (Red+Green+Blue) = 127+127+110=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 127 - color contains mainly: red, green. Hex color #7F7F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7F6E is #808091. Grayscale: #7D7D7D. Windows color (decimal): -8421522 or 7241599. OLE color: 7241599.
HSL color Cylindrical-coordinate representation of color #7F7F6E: hue angle of 60º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F7F6E is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 127 | 110 | - |
| CMYK | 0 | 0 | 0.13 | 0.50 |
| HSL | 60º | 0.07% | 0.46% | - |
| HSV(B) | 60º | 0.13% | 0.5% | - |
| XYZ | 19.16 | 20.82 | 17.76 | - |
| YUV | 125.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 127 | 110 | 0 | 0 | 0.13 | 0.50 | 60 | 0.07 | 0.46 |
| Hex | 7F | 7F | 6E | 0 | 0 | D | 32 | 3C | 7 | 2E |
| Octal | 177 | 177 | 156 | 0 | 0 | 15 | 62 | 74 | 7 | 56 |
| Binary | 1111111 | 1111111 | 1101110 | 0 | 0 | 1101 | 110010 | 111100 | 111 | 101110 |
Color Harmonies of #7F7F6E
Complementary color
Monochromatic Colors of #7F7F6E
Black with #7F7F6E
Text Example
Text Example
White with #7F7F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7F6E; }
p { color: rgb(127,127,110); }
H1.HeaderClassName
{
color: #7F7F6E;
}
.AnyTagClassName
{
color: #7F7F6E;
}
</style>
background-color css
<style>
a { background-color: #7F7F6E; }
a { background-color: rgb(127,127,110); }
div.DivClassName
{
background-color: #7F7F6E;
}
.BgClassName
{
background-color: #7F7F6E;
}
</style>
border-color css
<style>
span { border-color: #7F7F6E; }
span { border-color: rgb(127,127,110); }
td.TdClassName
{
border-color: #7F7F6E;
}
.TagClassName
{
border-color: #7F7F6E;
}
</style>