Shades of Tapa #73736C
Tints of Tapa #73736C
RGB
CMYK
RGB Variations
Color information
#73736C (or 0x73736C) is known color: Tapa. HEX triplet: 73, 73 and 6C. RGB value is (115,115,108). Sum of RGB (Red+Green+Blue) = 115+115+108=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 115 - color contains mainly: red, green. Hex color #73736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73736C is #8C8C93. Grayscale: #727272. Windows color (decimal): -9211028 or 7107443. OLE color: 7107443.
HSL color Cylindrical-coordinate representation of color #73736C: hue angle of 60º 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 #73736C is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 115 | 108 | - |
| CMYK | 0 | 0 | 0.06 | 0.55 |
| HSL | 60º | 0.03% | 0.44% | - |
| HSV(B) | 60º | 0.06% | 0.45% | - |
| XYZ | 15.91 | 16.99 | 16.63 | - |
| YUV | 114.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 108 | 0 | 0 | 0.06 | 0.55 | 60 | 0.03 | 0.44 |
| Hex | 73 | 73 | 6C | 0 | 0 | 6 | 37 | 3C | 3 | 2C |
| Octal | 163 | 163 | 154 | 0 | 0 | 6 | 67 | 74 | 3 | 54 |
| Binary | 1110011 | 1110011 | 1101100 | 0 | 0 | 110 | 110111 | 111100 | 11 | 101100 |
Color Harmonies of #73736C
Complementary color
Monochromatic Colors of #73736C
Black with #73736C
Text Example
Text Example
White with #73736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73736C; }
p { color: rgb(115,115,108); }
H1.HeaderClassName
{
color: #73736C;
}
.AnyTagClassName
{
color: #73736C;
}
</style>
background-color css
<style>
a { background-color: #73736C; }
a { background-color: rgb(115,115,108); }
div.DivClassName
{
background-color: #73736C;
}
.BgClassName
{
background-color: #73736C;
}
</style>
border-color css
<style>
span { border-color: #73736C; }
span { border-color: rgb(115,115,108); }
td.TdClassName
{
border-color: #73736C;
}
.TagClassName
{
border-color: #73736C;
}
</style>