Shades of Tapa #7B7D71
Tints of Tapa #7B7D71
RGB
CMYK
RGB Variations
Color information
#7B7D71 (or 0x7B7D71) is known color: Tapa. HEX triplet: 7B, 7D and 71. RGB value is (123,125,113). Sum of RGB (Red+Green+Blue) = 123+125+113=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 125 - color contains mainly: green. Hex color #7B7D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7D71 is #84828E. Grayscale: #7B7B7B. Windows color (decimal): -8684175 or 7437691. OLE color: 7437691.
HSL color Cylindrical-coordinate representation of color #7B7D71: hue angle of 70º 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 #7B7D71 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 125 | 113 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.51 |
| HSL | 70º | 0.05% | 0.47% | - |
| HSV(B) | 70º | 0.1% | 0.49% | - |
| XYZ | 18.48 | 20.07 | 18.52 | - |
| YUV | 123.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 125 | 113 | 0.02 | 0 | 0.10 | 0.51 | 70 | 0.05 | 0.47 |
| Hex | 7B | 7D | 71 | 2 | 0 | A | 33 | 46 | 5 | 2F |
| Octal | 173 | 175 | 161 | 2 | 0 | 12 | 63 | 106 | 5 | 57 |
| Binary | 1111011 | 1111101 | 1110001 | 10 | 0 | 1010 | 110011 | 1000110 | 101 | 101111 |
Color Harmonies of #7B7D71
Complementary color
Monochromatic Colors of #7B7D71
Black with #7B7D71
Text Example
Text Example
White with #7B7D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7D71; }
p { color: rgb(123,125,113); }
H1.HeaderClassName
{
color: #7B7D71;
}
.AnyTagClassName
{
color: #7B7D71;
}
</style>
background-color css
<style>
a { background-color: #7B7D71; }
a { background-color: rgb(123,125,113); }
div.DivClassName
{
background-color: #7B7D71;
}
.BgClassName
{
background-color: #7B7D71;
}
</style>
border-color css
<style>
span { border-color: #7B7D71; }
span { border-color: rgb(123,125,113); }
td.TdClassName
{
border-color: #7B7D71;
}
.TagClassName
{
border-color: #7B7D71;
}
</style>