Shades of Tapa #747473
Tints of Tapa #747473
RGB
CMYK
RGB Variations
Color information
#747473 (or 0x747473) is known color: Tapa. HEX triplet: 74, 74 and 73. RGB value is (116,116,115). Sum of RGB (Red+Green+Blue) = 116+116+115=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747473 is #8B8B8C. Grayscale: #737373. Windows color (decimal): -9145229 or 7566452. OLE color: 7566452.
HSL color Cylindrical-coordinate representation of color #747473: hue angle of 60º degrees, saturation: 0, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #747473 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 116 | 115 | - |
| CMYK | 0 | 0 | 0.01 | 0.55 |
| HSL | 60º | 0% | 0.45% | - |
| HSV(B) | 60º | 0.01% | 0.45% | - |
| XYZ | 16.54 | 17.44 | 18.71 | - |
| YUV | 115.89 | 127.5 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 115 | 0 | 0 | 0.01 | 0.55 | 60 | 0 | 0.45 |
| Hex | 74 | 74 | 73 | 0 | 0 | 1 | 37 | 3C | 0 | 2D |
| Octal | 164 | 164 | 163 | 0 | 0 | 1 | 67 | 74 | 0 | 55 |
| Binary | 1110100 | 1110100 | 1110011 | 0 | 0 | 1 | 110111 | 111100 | 0 | 101101 |
Color Harmonies of #747473
Complementary color
Monochromatic Colors of #747473
Black with #747473
Text Example
Text Example
White with #747473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747473; }
p { color: rgb(116,116,115); }
H1.HeaderClassName
{
color: #747473;
}
.AnyTagClassName
{
color: #747473;
}
</style>
background-color css
<style>
a { background-color: #747473; }
a { background-color: rgb(116,116,115); }
div.DivClassName
{
background-color: #747473;
}
.BgClassName
{
background-color: #747473;
}
</style>
border-color css
<style>
span { border-color: #747473; }
span { border-color: rgb(116,116,115); }
td.TdClassName
{
border-color: #747473;
}
.TagClassName
{
border-color: #747473;
}
</style>