Shades of Tapa #7F7F72
Tints of Tapa #7F7F72
RGB
CMYK
RGB Variations
Color information
#7F7F72 (or 0x7F7F72) is known color: Tapa. HEX triplet: 7F, 7F and 72. RGB value is (127,127,114). Sum of RGB (Red+Green+Blue) = 127+127+114=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 127 - color contains mainly: red, green. Hex color #7F7F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7F72 is #80808D. Grayscale: #7D7D7D. Windows color (decimal): -8421518 or 7503743. OLE color: 7503743.
HSL color Cylindrical-coordinate representation of color #7F7F72: hue angle of 60º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F7F72 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 127 | 114 | - |
| CMYK | 0 | 0 | 0.10 | 0.50 |
| HSL | 60º | 0.05% | 0.47% | - |
| HSV(B) | 60º | 0.1% | 0.5% | - |
| XYZ | 19.38 | 20.91 | 18.93 | - |
| YUV | 125.52 | 121.5 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 127 | 114 | 0 | 0 | 0.10 | 0.50 | 60 | 0.05 | 0.47 |
| Hex | 7F | 7F | 72 | 0 | 0 | A | 32 | 3C | 5 | 2F |
| Octal | 177 | 177 | 162 | 0 | 0 | 12 | 62 | 74 | 5 | 57 |
| Binary | 1111111 | 1111111 | 1110010 | 0 | 0 | 1010 | 110010 | 111100 | 101 | 101111 |
Color Harmonies of #7F7F72
Complementary color
Monochromatic Colors of #7F7F72
Black with #7F7F72
Text Example
Text Example
White with #7F7F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7F72; }
p { color: rgb(127,127,114); }
H1.HeaderClassName
{
color: #7F7F72;
}
.AnyTagClassName
{
color: #7F7F72;
}
</style>
background-color css
<style>
a { background-color: #7F7F72; }
a { background-color: rgb(127,127,114); }
div.DivClassName
{
background-color: #7F7F72;
}
.BgClassName
{
background-color: #7F7F72;
}
</style>
border-color css
<style>
span { border-color: #7F7F72; }
span { border-color: rgb(127,127,114); }
td.TdClassName
{
border-color: #7F7F72;
}
.TagClassName
{
border-color: #7F7F72;
}
</style>