Shades of Tapa #73746D
Tints of Tapa #73746D
RGB
CMYK
RGB Variations
Color information
#73746D (or 0x73746D) is known color: Tapa. HEX triplet: 73, 74 and 6D. RGB value is (115,116,109). Sum of RGB (Red+Green+Blue) = 115+116+109=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 116 - color contains mainly: green. Hex color #73746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73746D is #8C8B92. Grayscale: #727272. Windows color (decimal): -9210771 or 7173235. OLE color: 7173235.
HSL color Cylindrical-coordinate representation of color #73746D: hue angle of 68.57º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #73746D is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 109 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.55 |
| HSL | 68.57º | 0.03% | 0.44% | - |
| HSV(B) | 68.57º | 0.06% | 0.45% | - |
| XYZ | 16.08 | 17.24 | 16.95 | - |
| YUV | 114.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 109 | 0.01 | 0 | 0.06 | 0.55 | 68.57 | 0.03 | 0.44 |
| Hex | 73 | 74 | 6D | 1 | 0 | 6 | 37 | 45 | 3 | 2C |
| Octal | 163 | 164 | 155 | 1 | 0 | 6 | 67 | 105 | 3 | 54 |
| Binary | 1110011 | 1110100 | 1101101 | 1 | 0 | 110 | 110111 | 1000101 | 11 | 101100 |
Color Harmonies of #73746D
Complementary color
Monochromatic Colors of #73746D
Black with #73746D
Text Example
Text Example
White with #73746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73746D; }
p { color: rgb(115,116,109); }
H1.HeaderClassName
{
color: #73746D;
}
.AnyTagClassName
{
color: #73746D;
}
</style>
background-color css
<style>
a { background-color: #73746D; }
a { background-color: rgb(115,116,109); }
div.DivClassName
{
background-color: #73746D;
}
.BgClassName
{
background-color: #73746D;
}
</style>
border-color css
<style>
span { border-color: #73746D; }
span { border-color: rgb(115,116,109); }
td.TdClassName
{
border-color: #73746D;
}
.TagClassName
{
border-color: #73746D;
}
</style>