Shades of Tapa #737368
Tints of Tapa #737368
RGB
CMYK
RGB Variations
Color information
#737368 (or 0x737368) is known color: Tapa. HEX triplet: 73, 73 and 68. RGB value is (115,115,104). Sum of RGB (Red+Green+Blue) = 115+115+104=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 115 - color contains mainly: red, green. Hex color #737368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737368 is #8C8C97. Grayscale: #717171. Windows color (decimal): -9211032 or 6845299. OLE color: 6845299.
HSL color Cylindrical-coordinate representation of color #737368: hue angle of 60º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #737368 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 115 | 104 | - |
| CMYK | 0 | 0 | 0.10 | 0.55 |
| HSL | 60º | 0.05% | 0.43% | - |
| HSV(B) | 60º | 0.1% | 0.45% | - |
| XYZ | 15.7 | 16.91 | 15.53 | - |
| YUV | 113.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 104 | 0 | 0 | 0.10 | 0.55 | 60 | 0.05 | 0.43 |
| Hex | 73 | 73 | 68 | 0 | 0 | A | 37 | 3C | 5 | 2B |
| Octal | 163 | 163 | 150 | 0 | 0 | 12 | 67 | 74 | 5 | 53 |
| Binary | 1110011 | 1110011 | 1101000 | 0 | 0 | 1010 | 110111 | 111100 | 101 | 101011 |
Color Harmonies of #737368
Complementary color
Monochromatic Colors of #737368
Black with #737368
Text Example
Text Example
White with #737368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737368; }
p { color: rgb(115,115,104); }
H1.HeaderClassName
{
color: #737368;
}
.AnyTagClassName
{
color: #737368;
}
</style>
background-color css
<style>
a { background-color: #737368; }
a { background-color: rgb(115,115,104); }
div.DivClassName
{
background-color: #737368;
}
.BgClassName
{
background-color: #737368;
}
</style>
border-color css
<style>
span { border-color: #737368; }
span { border-color: rgb(115,115,104); }
td.TdClassName
{
border-color: #737368;
}
.TagClassName
{
border-color: #737368;
}
</style>