Shades of Tapa #7C7D71
Tints of Tapa #7C7D71
RGB
CMYK
RGB Variations
Color information
#7C7D71 (or 0x7C7D71) is known color: Tapa. HEX triplet: 7C, 7D and 71. RGB value is (124,125,113). Sum of RGB (Red+Green+Blue) = 124+125+113=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 125 - color contains mainly: green. Hex color #7C7D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7D71 is #83828E. Grayscale: #7B7B7B. Windows color (decimal): -8618639 or 7437692. OLE color: 7437692.
HSL color Cylindrical-coordinate representation of color #7C7D71: hue angle of 65º 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 #7C7D71 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 125 | 113 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.51 |
| HSL | 65º | 0.05% | 0.47% | - |
| HSV(B) | 65º | 0.1% | 0.49% | - |
| XYZ | 18.63 | 20.14 | 18.53 | - |
| YUV | 123.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 125 | 113 | 0.01 | 0 | 0.10 | 0.51 | 65 | 0.05 | 0.47 |
| Hex | 7C | 7D | 71 | 1 | 0 | A | 33 | 41 | 5 | 2F |
| Octal | 174 | 175 | 161 | 1 | 0 | 12 | 63 | 101 | 5 | 57 |
| Binary | 1111100 | 1111101 | 1110001 | 1 | 0 | 1010 | 110011 | 1000001 | 101 | 101111 |
Color Harmonies of #7C7D71
Complementary color
Monochromatic Colors of #7C7D71
Black with #7C7D71
Text Example
Text Example
White with #7C7D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7D71; }
p { color: rgb(124,125,113); }
H1.HeaderClassName
{
color: #7C7D71;
}
.AnyTagClassName
{
color: #7C7D71;
}
</style>
background-color css
<style>
a { background-color: #7C7D71; }
a { background-color: rgb(124,125,113); }
div.DivClassName
{
background-color: #7C7D71;
}
.BgClassName
{
background-color: #7C7D71;
}
</style>
border-color css
<style>
span { border-color: #7C7D71; }
span { border-color: rgb(124,125,113); }
td.TdClassName
{
border-color: #7C7D71;
}
.TagClassName
{
border-color: #7C7D71;
}
</style>