Shades of Tapa #787873
Tints of Tapa #787873
RGB
CMYK
RGB Variations
Color information
#787873 (or 0x787873) is known color: Tapa. HEX triplet: 78, 78 and 73. RGB value is (120,120,115). Sum of RGB (Red+Green+Blue) = 120+120+115=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787873 is #87878C. Grayscale: #777777. Windows color (decimal): -8882061 or 7567480. OLE color: 7567480.
HSL color Cylindrical-coordinate representation of color #787873: hue angle of 60º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #787873 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 120 | 115 | - |
| CMYK | 0 | 0 | 0.04 | 0.53 |
| HSL | 60º | 0.02% | 0.46% | - |
| HSV(B) | 60º | 0.04% | 0.47% | - |
| XYZ | 17.56 | 18.66 | 18.9 | - |
| YUV | 119.43 | 125.5 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 115 | 0 | 0 | 0.04 | 0.53 | 60 | 0.02 | 0.46 |
| Hex | 78 | 78 | 73 | 0 | 0 | 4 | 35 | 3C | 2 | 2E |
| Octal | 170 | 170 | 163 | 0 | 0 | 4 | 65 | 74 | 2 | 56 |
| Binary | 1111000 | 1111000 | 1110011 | 0 | 0 | 100 | 110101 | 111100 | 10 | 101110 |
Color Harmonies of #787873
Complementary color
Monochromatic Colors of #787873
Black with #787873
Text Example
Text Example
White with #787873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787873; }
p { color: rgb(120,120,115); }
H1.HeaderClassName
{
color: #787873;
}
.AnyTagClassName
{
color: #787873;
}
</style>
background-color css
<style>
a { background-color: #787873; }
a { background-color: rgb(120,120,115); }
div.DivClassName
{
background-color: #787873;
}
.BgClassName
{
background-color: #787873;
}
</style>
border-color css
<style>
span { border-color: #787873; }
span { border-color: rgb(120,120,115); }
td.TdClassName
{
border-color: #787873;
}
.TagClassName
{
border-color: #787873;
}
</style>