Shades of Tapa #75766E
Tints of Tapa #75766E
RGB
CMYK
RGB Variations
Color information
#75766E (or 0x75766E) is known color: Tapa. HEX triplet: 75, 76 and 6E. RGB value is (117,118,110). Sum of RGB (Red+Green+Blue) = 117+118+110=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 118 - color contains mainly: green. Hex color #75766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75766E is #8A8991. Grayscale: #747474. Windows color (decimal): -9079186 or 7239285. OLE color: 7239285.
HSL color Cylindrical-coordinate representation of color #75766E: hue angle of 67.5º 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 #75766E is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 110 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.54 |
| HSL | 67.5º | 0.04% | 0.45% | - |
| HSV(B) | 67.5º | 0.07% | 0.46% | - |
| XYZ | 16.63 | 17.86 | 17.32 | - |
| YUV | 116.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 110 | 0.01 | 0 | 0.07 | 0.54 | 67.5 | 0.04 | 0.45 |
| Hex | 75 | 76 | 6E | 1 | 0 | 7 | 36 | 44 | 4 | 2D |
| Octal | 165 | 166 | 156 | 1 | 0 | 7 | 66 | 104 | 4 | 55 |
| Binary | 1110101 | 1110110 | 1101110 | 1 | 0 | 111 | 110110 | 1000100 | 100 | 101101 |
Color Harmonies of #75766E
Complementary color
Monochromatic Colors of #75766E
Black with #75766E
Text Example
Text Example
White with #75766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75766E; }
p { color: rgb(117,118,110); }
H1.HeaderClassName
{
color: #75766E;
}
.AnyTagClassName
{
color: #75766E;
}
</style>
background-color css
<style>
a { background-color: #75766E; }
a { background-color: rgb(117,118,110); }
div.DivClassName
{
background-color: #75766E;
}
.BgClassName
{
background-color: #75766E;
}
</style>
border-color css
<style>
span { border-color: #75766E; }
span { border-color: rgb(117,118,110); }
td.TdClassName
{
border-color: #75766E;
}
.TagClassName
{
border-color: #75766E;
}
</style>