Shades of Tapa #7B7C69
Tints of Tapa #7B7C69
RGB
CMYK
RGB Variations
Color information
#7B7C69 (or 0x7B7C69) is known color: Tapa. HEX triplet: 7B, 7C and 69. RGB value is (123,124,105). Sum of RGB (Red+Green+Blue) = 123+124+105=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 124 - color contains mainly: green. Hex color #7B7C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7C69 is #848396. Grayscale: #797979. Windows color (decimal): -8684439 or 6913147. OLE color: 6913147.
HSL color Cylindrical-coordinate representation of color #7B7C69: hue angle of 63.16º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B7C69 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 124 | 105 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.51 |
| HSL | 63.16º | 0.08% | 0.45% | - |
| HSV(B) | 63.16º | 0.15% | 0.49% | - |
| XYZ | 17.93 | 19.65 | 16.21 | - |
| YUV | 121.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 124 | 105 | 0.01 | 0 | 0.15 | 0.51 | 63.16 | 0.08 | 0.45 |
| Hex | 7B | 7C | 69 | 1 | 0 | F | 33 | 3F | 8 | 2D |
| Octal | 173 | 174 | 151 | 1 | 0 | 17 | 63 | 77 | 10 | 55 |
| Binary | 1111011 | 1111100 | 1101001 | 1 | 0 | 1111 | 110011 | 111111 | 1000 | 101101 |
Color Harmonies of #7B7C69
Complementary color
Monochromatic Colors of #7B7C69
Black with #7B7C69
Text Example
Text Example
White with #7B7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7C69; }
p { color: rgb(123,124,105); }
H1.HeaderClassName
{
color: #7B7C69;
}
.AnyTagClassName
{
color: #7B7C69;
}
</style>
background-color css
<style>
a { background-color: #7B7C69; }
a { background-color: rgb(123,124,105); }
div.DivClassName
{
background-color: #7B7C69;
}
.BgClassName
{
background-color: #7B7C69;
}
</style>
border-color css
<style>
span { border-color: #7B7C69; }
span { border-color: rgb(123,124,105); }
td.TdClassName
{
border-color: #7B7C69;
}
.TagClassName
{
border-color: #7B7C69;
}
</style>