Shades of Tapa #76766C
Tints of Tapa #76766C
RGB
CMYK
RGB Variations
Color information
#76766C (or 0x76766C) is known color: Tapa. HEX triplet: 76, 76 and 6C. RGB value is (118,118,108). Sum of RGB (Red+Green+Blue) = 118+118+108=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76766C is #898993. Grayscale: #747474. Windows color (decimal): -9013652 or 7108214. OLE color: 7108214.
HSL color Cylindrical-coordinate representation of color #76766C: hue angle of 60º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76766C is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 108 | - |
| CMYK | 0 | 0 | 0.08 | 0.54 |
| HSL | 60º | 0.04% | 0.44% | - |
| HSV(B) | 60º | 0.08% | 0.46% | - |
| XYZ | 16.66 | 17.89 | 16.76 | - |
| YUV | 116.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 108 | 0 | 0 | 0.08 | 0.54 | 60 | 0.04 | 0.44 |
| Hex | 76 | 76 | 6C | 0 | 0 | 8 | 36 | 3C | 4 | 2C |
| Octal | 166 | 166 | 154 | 0 | 0 | 10 | 66 | 74 | 4 | 54 |
| Binary | 1110110 | 1110110 | 1101100 | 0 | 0 | 1000 | 110110 | 111100 | 100 | 101100 |
Color Harmonies of #76766C
Complementary color
Monochromatic Colors of #76766C
Black with #76766C
Text Example
Text Example
White with #76766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76766C; }
p { color: rgb(118,118,108); }
H1.HeaderClassName
{
color: #76766C;
}
.AnyTagClassName
{
color: #76766C;
}
</style>
background-color css
<style>
a { background-color: #76766C; }
a { background-color: rgb(118,118,108); }
div.DivClassName
{
background-color: #76766C;
}
.BgClassName
{
background-color: #76766C;
}
</style>
border-color css
<style>
span { border-color: #76766C; }
span { border-color: rgb(118,118,108); }
td.TdClassName
{
border-color: #76766C;
}
.TagClassName
{
border-color: #76766C;
}
</style>