Shades of Tapa #75766C
Tints of Tapa #75766C
RGB
CMYK
RGB Variations
Color information
#75766C (or 0x75766C) is known color: Tapa. HEX triplet: 75, 76 and 6C. RGB value is (117,118,108). Sum of RGB (Red+Green+Blue) = 117+118+108=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 118 - color contains mainly: green. Hex color #75766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75766C is #8A8993. Grayscale: #747474. Windows color (decimal): -9079188 or 7108213. OLE color: 7108213.
HSL color Cylindrical-coordinate representation of color #75766C: hue angle of 66º 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 #75766C is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 108 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.54 |
| HSL | 66º | 0.04% | 0.44% | - |
| HSV(B) | 66º | 0.08% | 0.46% | - |
| XYZ | 16.52 | 17.82 | 16.76 | - |
| YUV | 116.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 108 | 0.01 | 0 | 0.08 | 0.54 | 66 | 0.04 | 0.44 |
| Hex | 75 | 76 | 6C | 1 | 0 | 8 | 36 | 42 | 4 | 2C |
| Octal | 165 | 166 | 154 | 1 | 0 | 10 | 66 | 102 | 4 | 54 |
| Binary | 1110101 | 1110110 | 1101100 | 1 | 0 | 1000 | 110110 | 1000010 | 100 | 101100 |
Color Harmonies of #75766C
Complementary color
Monochromatic Colors of #75766C
Black with #75766C
Text Example
Text Example
White with #75766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75766C; }
p { color: rgb(117,118,108); }
H1.HeaderClassName
{
color: #75766C;
}
.AnyTagClassName
{
color: #75766C;
}
</style>
background-color css
<style>
a { background-color: #75766C; }
a { background-color: rgb(117,118,108); }
div.DivClassName
{
background-color: #75766C;
}
.BgClassName
{
background-color: #75766C;
}
</style>
border-color css
<style>
span { border-color: #75766C; }
span { border-color: rgb(117,118,108); }
td.TdClassName
{
border-color: #75766C;
}
.TagClassName
{
border-color: #75766C;
}
</style>