Shades of Tapa #7C7A68
Tints of Tapa #7C7A68
RGB
CMYK
RGB Variations
Color information
#7C7A68 (or 0x7C7A68) is known color: Tapa. HEX triplet: 7C, 7A and 68. RGB value is (124,122,104). Sum of RGB (Red+Green+Blue) = 124+122+104=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7A68 is #838597. Grayscale: #787878. Windows color (decimal): -8619416 or 6847100. OLE color: 6847100.
HSL color Cylindrical-coordinate representation of color #7C7A68: hue angle of 54º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C7A68 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 122 | 104 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.51 |
| HSL | 54º | 0.09% | 0.45% | - |
| HSV(B) | 54º | 0.16% | 0.49% | - |
| XYZ | 17.77 | 19.2 | 15.87 | - |
| YUV | 120.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 104 | 0 | 0.02 | 0.16 | 0.51 | 54 | 0.09 | 0.45 |
| Hex | 7C | 7A | 68 | 0 | 2 | 10 | 33 | 36 | 9 | 2D |
| Octal | 174 | 172 | 150 | 0 | 2 | 20 | 63 | 66 | 11 | 55 |
| Binary | 1111100 | 1111010 | 1101000 | 0 | 10 | 10000 | 110011 | 110110 | 1001 | 101101 |
Color Harmonies of #7C7A68
Complementary color
Monochromatic Colors of #7C7A68
Black with #7C7A68
Text Example
Text Example
White with #7C7A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7A68; }
p { color: rgb(124,122,104); }
H1.HeaderClassName
{
color: #7C7A68;
}
.AnyTagClassName
{
color: #7C7A68;
}
</style>
background-color css
<style>
a { background-color: #7C7A68; }
a { background-color: rgb(124,122,104); }
div.DivClassName
{
background-color: #7C7A68;
}
.BgClassName
{
background-color: #7C7A68;
}
</style>
border-color css
<style>
span { border-color: #7C7A68; }
span { border-color: rgb(124,122,104); }
td.TdClassName
{
border-color: #7C7A68;
}
.TagClassName
{
border-color: #7C7A68;
}
</style>