Shades of Tapa #767672
Tints of Tapa #767672
RGB
CMYK
RGB Variations
Color information
#767672 (or 0x767672) is known color: Tapa. HEX triplet: 76, 76 and 72. RGB value is (118,118,114). Sum of RGB (Red+Green+Blue) = 118+118+114=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767672 is #89898D. Grayscale: #757575. Windows color (decimal): -9013646 or 7501430. OLE color: 7501430.
HSL color Cylindrical-coordinate representation of color #767672: hue angle of 60º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #767672 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 114 | - |
| CMYK | 0 | 0 | 0.03 | 0.54 |
| HSL | 60º | 0.02% | 0.45% | - |
| HSV(B) | 60º | 0.03% | 0.46% | - |
| XYZ | 16.99 | 18.02 | 18.5 | - |
| YUV | 117.54 | 126 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 114 | 0 | 0 | 0.03 | 0.54 | 60 | 0.02 | 0.45 |
| Hex | 76 | 76 | 72 | 0 | 0 | 3 | 36 | 3C | 2 | 2D |
| Octal | 166 | 166 | 162 | 0 | 0 | 3 | 66 | 74 | 2 | 55 |
| Binary | 1110110 | 1110110 | 1110010 | 0 | 0 | 11 | 110110 | 111100 | 10 | 101101 |
Color Harmonies of #767672
Complementary color
Monochromatic Colors of #767672
Black with #767672
Text Example
Text Example
White with #767672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767672; }
p { color: rgb(118,118,114); }
H1.HeaderClassName
{
color: #767672;
}
.AnyTagClassName
{
color: #767672;
}
</style>
background-color css
<style>
a { background-color: #767672; }
a { background-color: rgb(118,118,114); }
div.DivClassName
{
background-color: #767672;
}
.BgClassName
{
background-color: #767672;
}
</style>
border-color css
<style>
span { border-color: #767672; }
span { border-color: rgb(118,118,114); }
td.TdClassName
{
border-color: #767672;
}
.TagClassName
{
border-color: #767672;
}
</style>