Shades of Tapa #7C7B6C
Tints of Tapa #7C7B6C
RGB
CMYK
RGB Variations
Color information
#7C7B6C (or 0x7C7B6C) is known color: Tapa. HEX triplet: 7C, 7B and 6C. RGB value is (124,123,108). Sum of RGB (Red+Green+Blue) = 124+123+108=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B6C is #838493. Grayscale: #797979. Windows color (decimal): -8619156 or 7109500. OLE color: 7109500.
HSL color Cylindrical-coordinate representation of color #7C7B6C: hue angle of 56.25º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C7B6C is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 123 | 108 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.51 |
| HSL | 56.25º | 0.07% | 0.45% | - |
| HSV(B) | 56.25º | 0.13% | 0.49% | - |
| XYZ | 18.1 | 19.53 | 17 | - |
| YUV | 121.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 123 | 108 | 0 | 0.01 | 0.13 | 0.51 | 56.25 | 0.07 | 0.45 |
| Hex | 7C | 7B | 6C | 0 | 1 | D | 33 | 38 | 7 | 2D |
| Octal | 174 | 173 | 154 | 0 | 1 | 15 | 63 | 70 | 7 | 55 |
| Binary | 1111100 | 1111011 | 1101100 | 0 | 1 | 1101 | 110011 | 111000 | 111 | 101101 |
Color Harmonies of #7C7B6C
Complementary color
Monochromatic Colors of #7C7B6C
Black with #7C7B6C
Text Example
Text Example
White with #7C7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7B6C; }
p { color: rgb(124,123,108); }
H1.HeaderClassName
{
color: #7C7B6C;
}
.AnyTagClassName
{
color: #7C7B6C;
}
</style>
background-color css
<style>
a { background-color: #7C7B6C; }
a { background-color: rgb(124,123,108); }
div.DivClassName
{
background-color: #7C7B6C;
}
.BgClassName
{
background-color: #7C7B6C;
}
</style>
border-color css
<style>
span { border-color: #7C7B6C; }
span { border-color: rgb(124,123,108); }
td.TdClassName
{
border-color: #7C7B6C;
}
.TagClassName
{
border-color: #7C7B6C;
}
</style>