Shades of Tapa #76786B
Tints of Tapa #76786B
RGB
CMYK
RGB Variations
Color information
#76786B (or 0x76786B) is known color: Tapa. HEX triplet: 76, 78 and 6B. RGB value is (118,120,107). Sum of RGB (Red+Green+Blue) = 118+120+107=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 120 - color contains mainly: green. Hex color #76786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76786B is #898794. Grayscale: #757575. Windows color (decimal): -9013141 or 7043190. OLE color: 7043190.
HSL color Cylindrical-coordinate representation of color #76786B: hue angle of 69.23º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76786B is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 107 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.53 |
| HSL | 69.23º | 0.06% | 0.45% | - |
| HSV(B) | 69.23º | 0.11% | 0.47% | - |
| XYZ | 16.84 | 18.35 | 16.56 | - |
| YUV | 117.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 107 | 0.02 | 0 | 0.11 | 0.53 | 69.23 | 0.06 | 0.45 |
| Hex | 76 | 78 | 6B | 2 | 0 | B | 35 | 45 | 6 | 2D |
| Octal | 166 | 170 | 153 | 2 | 0 | 13 | 65 | 105 | 6 | 55 |
| Binary | 1110110 | 1111000 | 1101011 | 10 | 0 | 1011 | 110101 | 1000101 | 110 | 101101 |
Color Harmonies of #76786B
Complementary color
Monochromatic Colors of #76786B
Black with #76786B
Text Example
Text Example
White with #76786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76786B; }
p { color: rgb(118,120,107); }
H1.HeaderClassName
{
color: #76786B;
}
.AnyTagClassName
{
color: #76786B;
}
</style>
background-color css
<style>
a { background-color: #76786B; }
a { background-color: rgb(118,120,107); }
div.DivClassName
{
background-color: #76786B;
}
.BgClassName
{
background-color: #76786B;
}
</style>
border-color css
<style>
span { border-color: #76786B; }
span { border-color: rgb(118,120,107); }
td.TdClassName
{
border-color: #76786B;
}
.TagClassName
{
border-color: #76786B;
}
</style>