Shades of Tapa #7C7D6F
Tints of Tapa #7C7D6F
RGB
CMYK
RGB Variations
Color information
#7C7D6F (or 0x7C7D6F) is known color: Tapa. HEX triplet: 7C, 7D and 6F. RGB value is (124,125,111). Sum of RGB (Red+Green+Blue) = 124+125+111=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 125 - color contains mainly: green. Hex color #7C7D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7D6F is #838290. Grayscale: #7B7B7B. Windows color (decimal): -8618641 or 7306620. OLE color: 7306620.
HSL color Cylindrical-coordinate representation of color #7C7D6F: hue angle of 64.29º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C7D6F is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 125 | 111 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.51 |
| HSL | 64.29º | 0.06% | 0.46% | - |
| HSV(B) | 64.29º | 0.11% | 0.49% | - |
| XYZ | 18.52 | 20.1 | 17.94 | - |
| YUV | 123.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 125 | 111 | 0.01 | 0 | 0.11 | 0.51 | 64.29 | 0.06 | 0.46 |
| Hex | 7C | 7D | 6F | 1 | 0 | B | 33 | 40 | 6 | 2E |
| Octal | 174 | 175 | 157 | 1 | 0 | 13 | 63 | 100 | 6 | 56 |
| Binary | 1111100 | 1111101 | 1101111 | 1 | 0 | 1011 | 110011 | 1000000 | 110 | 101110 |
Color Harmonies of #7C7D6F
Complementary color
Monochromatic Colors of #7C7D6F
Black with #7C7D6F
Text Example
Text Example
White with #7C7D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7D6F; }
p { color: rgb(124,125,111); }
H1.HeaderClassName
{
color: #7C7D6F;
}
.AnyTagClassName
{
color: #7C7D6F;
}
</style>
background-color css
<style>
a { background-color: #7C7D6F; }
a { background-color: rgb(124,125,111); }
div.DivClassName
{
background-color: #7C7D6F;
}
.BgClassName
{
background-color: #7C7D6F;
}
</style>
border-color css
<style>
span { border-color: #7C7D6F; }
span { border-color: rgb(124,125,111); }
td.TdClassName
{
border-color: #7C7D6F;
}
.TagClassName
{
border-color: #7C7D6F;
}
</style>