Shades of Tapa #70706C
Tints of Tapa #70706C
RGB
CMYK
RGB Variations
Color information
#70706C (or 0x70706C) is known color: Tapa. HEX triplet: 70, 70 and 6C. RGB value is (112,112,108). Sum of RGB (Red+Green+Blue) = 112+112+108=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70706C is #8F8F93. Grayscale: #6F6F6F. Windows color (decimal): -9408404 or 7106672. OLE color: 7106672.
HSL color Cylindrical-coordinate representation of color #70706C: hue angle of 60º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #70706C is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 108 | - |
| CMYK | 0 | 0 | 0.04 | 0.56 |
| HSL | 60º | 0.02% | 0.43% | - |
| HSV(B) | 60º | 0.04% | 0.44% | - |
| XYZ | 15.18 | 16.12 | 16.5 | - |
| YUV | 111.54 | 126 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 108 | 0 | 0 | 0.04 | 0.56 | 60 | 0.02 | 0.43 |
| Hex | 70 | 70 | 6C | 0 | 0 | 4 | 38 | 3C | 2 | 2B |
| Octal | 160 | 160 | 154 | 0 | 0 | 4 | 70 | 74 | 2 | 53 |
| Binary | 1110000 | 1110000 | 1101100 | 0 | 0 | 100 | 111000 | 111100 | 10 | 101011 |
Color Harmonies of #70706C
Complementary color
Monochromatic Colors of #70706C
Black with #70706C
Text Example
Text Example
White with #70706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70706C; }
p { color: rgb(112,112,108); }
H1.HeaderClassName
{
color: #70706C;
}
.AnyTagClassName
{
color: #70706C;
}
</style>
background-color css
<style>
a { background-color: #70706C; }
a { background-color: rgb(112,112,108); }
div.DivClassName
{
background-color: #70706C;
}
.BgClassName
{
background-color: #70706C;
}
</style>
border-color css
<style>
span { border-color: #70706C; }
span { border-color: rgb(112,112,108); }
td.TdClassName
{
border-color: #70706C;
}
.TagClassName
{
border-color: #70706C;
}
</style>