Shades of Tapa #7B7C65
Tints of Tapa #7B7C65
RGB
CMYK
RGB Variations
Color information
#7B7C65 (or 0x7B7C65) is known color: Tapa. HEX triplet: 7B, 7C and 65. RGB value is (123,124,101). Sum of RGB (Red+Green+Blue) = 123+124+101=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 124 - color contains mainly: green. Hex color #7B7C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7C65 is #84839A. Grayscale: #797979. Windows color (decimal): -8684443 or 6651003. OLE color: 6651003.
HSL color Cylindrical-coordinate representation of color #7B7C65: hue angle of 62.61º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B7C65 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 124 | 101 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.51 |
| HSL | 62.61º | 0.1% | 0.44% | - |
| HSV(B) | 62.61º | 0.19% | 0.49% | - |
| XYZ | 17.72 | 19.57 | 15.15 | - |
| YUV | 121.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 124 | 101 | 0.01 | 0 | 0.19 | 0.51 | 62.61 | 0.1 | 0.44 |
| Hex | 7B | 7C | 65 | 1 | 0 | 13 | 33 | 3F | A | 2C |
| Octal | 173 | 174 | 145 | 1 | 0 | 23 | 63 | 77 | 12 | 54 |
| Binary | 1111011 | 1111100 | 1100101 | 1 | 0 | 10011 | 110011 | 111111 | 1010 | 101100 |
Color Harmonies of #7B7C65
Complementary color
Monochromatic Colors of #7B7C65
Black with #7B7C65
Text Example
Text Example
White with #7B7C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7C65; }
p { color: rgb(123,124,101); }
H1.HeaderClassName
{
color: #7B7C65;
}
.AnyTagClassName
{
color: #7B7C65;
}
</style>
background-color css
<style>
a { background-color: #7B7C65; }
a { background-color: rgb(123,124,101); }
div.DivClassName
{
background-color: #7B7C65;
}
.BgClassName
{
background-color: #7B7C65;
}
</style>
border-color css
<style>
span { border-color: #7B7C65; }
span { border-color: rgb(123,124,101); }
td.TdClassName
{
border-color: #7B7C65;
}
.TagClassName
{
border-color: #7B7C65;
}
</style>