Shades of Tapa #7C7D70
Tints of Tapa #7C7D70
RGB
CMYK
RGB Variations
Color information
#7C7D70 (or 0x7C7D70) is known color: Tapa. HEX triplet: 7C, 7D and 70. RGB value is (124,125,112). Sum of RGB (Red+Green+Blue) = 124+125+112=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 125 - color contains mainly: green. Hex color #7C7D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7D70 is #83828F. Grayscale: #7B7B7B. Windows color (decimal): -8618640 or 7372156. OLE color: 7372156.
HSL color Cylindrical-coordinate representation of color #7C7D70: hue angle of 64.62º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C7D70 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 125 | 112 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.51 |
| HSL | 64.62º | 0.05% | 0.46% | - |
| HSV(B) | 64.62º | 0.1% | 0.49% | - |
| XYZ | 18.57 | 20.12 | 18.23 | - |
| YUV | 123.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 125 | 112 | 0.01 | 0 | 0.10 | 0.51 | 64.62 | 0.05 | 0.46 |
| Hex | 7C | 7D | 70 | 1 | 0 | A | 33 | 41 | 5 | 2E |
| Octal | 174 | 175 | 160 | 1 | 0 | 12 | 63 | 101 | 5 | 56 |
| Binary | 1111100 | 1111101 | 1110000 | 1 | 0 | 1010 | 110011 | 1000001 | 101 | 101110 |
Color Harmonies of #7C7D70
Complementary color
Monochromatic Colors of #7C7D70
Black with #7C7D70
Text Example
Text Example
White with #7C7D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7D70; }
p { color: rgb(124,125,112); }
H1.HeaderClassName
{
color: #7C7D70;
}
.AnyTagClassName
{
color: #7C7D70;
}
</style>
background-color css
<style>
a { background-color: #7C7D70; }
a { background-color: rgb(124,125,112); }
div.DivClassName
{
background-color: #7C7D70;
}
.BgClassName
{
background-color: #7C7D70;
}
</style>
border-color css
<style>
span { border-color: #7C7D70; }
span { border-color: rgb(124,125,112); }
td.TdClassName
{
border-color: #7C7D70;
}
.TagClassName
{
border-color: #7C7D70;
}
</style>