Shades of Tapa #76766E
Tints of Tapa #76766E
RGB
CMYK
RGB Variations
Color information
#76766E (or 0x76766E) is known color: Tapa. HEX triplet: 76, 76 and 6E. RGB value is (118,118,110). Sum of RGB (Red+Green+Blue) = 118+118+110=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76766E is #898991. Grayscale: #757575. Windows color (decimal): -9013650 or 7239286. OLE color: 7239286.
HSL color Cylindrical-coordinate representation of color #76766E: hue angle of 60º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #76766E is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
RGB | 118 | 118 | 110 | - |
CMYK | 0 | 0 | 0.07 | 0.54 |
HSL | 60º | 0.04% | 0.45% | - |
HSV(B) | 60º | 0.07% | 0.46% | - |
XYZ | 16.76 | 17.93 | 17.33 | - |
YUV | 117.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 118 | 118 | 110 | 0 | 0 | 0.07 | 0.54 | 60 | 0.04 | 0.45 |
Hex | 76 | 76 | 6E | 0 | 0 | 7 | 36 | 3C | 4 | 2D |
Octal | 166 | 166 | 156 | 0 | 0 | 7 | 66 | 74 | 4 | 55 |
Binary | 1110110 | 1110110 | 1101110 | 0 | 0 | 111 | 110110 | 111100 | 100 | 101101 |
Color Harmonies of #76766E
Complementary color
Monochromatic Colors of #76766E
Black with #76766E
Text Example
Text Example
White with #76766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76766E; }
p { color: rgb(118,118,110); }
H1.HeaderClassName
{
color: #76766E;
}
.AnyTagClassName
{
color: #76766E;
}
</style>
background-color css
<style>
a { background-color: #76766E; }
a { background-color: rgb(118,118,110); }
div.DivClassName
{
background-color: #76766E;
}
.BgClassName
{
background-color: #76766E;
}
</style>
border-color css
<style>
span { border-color: #76766E; }
span { border-color: rgb(118,118,110); }
td.TdClassName
{
border-color: #76766E;
}
.TagClassName
{
border-color: #76766E;
}
</style>