Shades of Tapa #73746B
Tints of Tapa #73746B
RGB
CMYK
RGB Variations
Color information
#73746B (or 0x73746B) is known color: Tapa. HEX triplet: 73, 74 and 6B. RGB value is (115,116,107). Sum of RGB (Red+Green+Blue) = 115+116+107=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 116 - color contains mainly: green. Hex color #73746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73746B is #8C8B94. Grayscale: #727272. Windows color (decimal): -9210773 or 7042163. OLE color: 7042163.
HSL color Cylindrical-coordinate representation of color #73746B: hue angle of 66.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #73746B is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 107 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.55 |
| HSL | 66.67º | 0.04% | 0.44% | - |
| HSV(B) | 66.67º | 0.08% | 0.45% | - |
| XYZ | 15.97 | 17.2 | 16.39 | - |
| YUV | 114.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 107 | 0.01 | 0 | 0.08 | 0.55 | 66.67 | 0.04 | 0.44 |
| Hex | 73 | 74 | 6B | 1 | 0 | 8 | 37 | 43 | 4 | 2C |
| Octal | 163 | 164 | 153 | 1 | 0 | 10 | 67 | 103 | 4 | 54 |
| Binary | 1110011 | 1110100 | 1101011 | 1 | 0 | 1000 | 110111 | 1000011 | 100 | 101100 |
Color Harmonies of #73746B
Complementary color
Monochromatic Colors of #73746B
Black with #73746B
Text Example
Text Example
White with #73746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73746B; }
p { color: rgb(115,116,107); }
H1.HeaderClassName
{
color: #73746B;
}
.AnyTagClassName
{
color: #73746B;
}
</style>
background-color css
<style>
a { background-color: #73746B; }
a { background-color: rgb(115,116,107); }
div.DivClassName
{
background-color: #73746B;
}
.BgClassName
{
background-color: #73746B;
}
</style>
border-color css
<style>
span { border-color: #73746B; }
span { border-color: rgb(115,116,107); }
td.TdClassName
{
border-color: #73746B;
}
.TagClassName
{
border-color: #73746B;
}
</style>