Shades of Tapa #73746E
Tints of Tapa #73746E
RGB
CMYK
RGB Variations
Color information
#73746E (or 0x73746E) is known color: Tapa. HEX triplet: 73, 74 and 6E. RGB value is (115,116,110). Sum of RGB (Red+Green+Blue) = 115+116+110=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 116 - color contains mainly: green. Hex color #73746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73746E is #8C8B91. Grayscale: #737373. Windows color (decimal): -9210770 or 7238771. OLE color: 7238771.
HSL color Cylindrical-coordinate representation of color #73746E: hue angle of 70º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #73746E is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 110 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.55 |
| HSL | 70º | 0.03% | 0.44% | - |
| HSV(B) | 70º | 0.05% | 0.45% | - |
| XYZ | 16.13 | 17.26 | 17.23 | - |
| YUV | 115.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 110 | 0.01 | 0 | 0.05 | 0.55 | 70 | 0.03 | 0.44 |
| Hex | 73 | 74 | 6E | 1 | 0 | 5 | 37 | 46 | 3 | 2C |
| Octal | 163 | 164 | 156 | 1 | 0 | 5 | 67 | 106 | 3 | 54 |
| Binary | 1110011 | 1110100 | 1101110 | 1 | 0 | 101 | 110111 | 1000110 | 11 | 101100 |
Color Harmonies of #73746E
Complementary color
Monochromatic Colors of #73746E
Black with #73746E
Text Example
Text Example
White with #73746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73746E; }
p { color: rgb(115,116,110); }
H1.HeaderClassName
{
color: #73746E;
}
.AnyTagClassName
{
color: #73746E;
}
</style>
background-color css
<style>
a { background-color: #73746E; }
a { background-color: rgb(115,116,110); }
div.DivClassName
{
background-color: #73746E;
}
.BgClassName
{
background-color: #73746E;
}
</style>
border-color css
<style>
span { border-color: #73746E; }
span { border-color: rgb(115,116,110); }
td.TdClassName
{
border-color: #73746E;
}
.TagClassName
{
border-color: #73746E;
}
</style>