Shades of Tapa #7D7E71
Tints of Tapa #7D7E71
RGB
CMYK
RGB Variations
Color information
#7D7E71 (or 0x7D7E71) is known color: Tapa. HEX triplet: 7D, 7E and 71. RGB value is (125,126,113). Sum of RGB (Red+Green+Blue) = 125+126+113=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 126 - color contains mainly: green. Hex color #7D7E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7E71 is #82818E. Grayscale: #7C7C7C. Windows color (decimal): -8552847 or 7437949. OLE color: 7437949.
HSL color Cylindrical-coordinate representation of color #7D7E71: hue angle of 64.62º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D7E71 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 126 | 113 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.51 |
| HSL | 64.62º | 0.05% | 0.47% | - |
| HSV(B) | 64.62º | 0.1% | 0.49% | - |
| XYZ | 18.9 | 20.47 | 18.58 | - |
| YUV | 124.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 113 | 0.01 | 0 | 0.10 | 0.51 | 64.62 | 0.05 | 0.47 |
| Hex | 7D | 7E | 71 | 1 | 0 | A | 33 | 41 | 5 | 2F |
| Octal | 175 | 176 | 161 | 1 | 0 | 12 | 63 | 101 | 5 | 57 |
| Binary | 1111101 | 1111110 | 1110001 | 1 | 0 | 1010 | 110011 | 1000001 | 101 | 101111 |
Color Harmonies of #7D7E71
Complementary color
Monochromatic Colors of #7D7E71
Black with #7D7E71
Text Example
Text Example
White with #7D7E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7E71; }
p { color: rgb(125,126,113); }
H1.HeaderClassName
{
color: #7D7E71;
}
.AnyTagClassName
{
color: #7D7E71;
}
</style>
background-color css
<style>
a { background-color: #7D7E71; }
a { background-color: rgb(125,126,113); }
div.DivClassName
{
background-color: #7D7E71;
}
.BgClassName
{
background-color: #7D7E71;
}
</style>
border-color css
<style>
span { border-color: #7D7E71; }
span { border-color: rgb(125,126,113); }
td.TdClassName
{
border-color: #7D7E71;
}
.TagClassName
{
border-color: #7D7E71;
}
</style>