Shades of Tapa #70706F
Tints of Tapa #70706F
RGB
CMYK
RGB Variations
Color information
#70706F (or 0x70706F) is known color: Tapa. HEX triplet: 70, 70 and 6F. RGB value is (112,112,111). Sum of RGB (Red+Green+Blue) = 112+112+111=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70706F is #8F8F90. Grayscale: #6F6F6F. Windows color (decimal): -9408401 or 7303280. OLE color: 7303280.
HSL color Cylindrical-coordinate representation of color #70706F: hue angle of 60º degrees, saturation: 0, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #70706F is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 111 | - |
| CMYK | 0 | 0 | 0.01 | 0.56 |
| HSL | 60º | 0% | 0.44% | - |
| HSV(B) | 60º | 0.01% | 0.44% | - |
| XYZ | 15.35 | 16.18 | 17.35 | - |
| YUV | 111.89 | 127.5 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 111 | 0 | 0 | 0.01 | 0.56 | 60 | 0 | 0.44 |
| Hex | 70 | 70 | 6F | 0 | 0 | 1 | 38 | 3C | 0 | 2C |
| Octal | 160 | 160 | 157 | 0 | 0 | 1 | 70 | 74 | 0 | 54 |
| Binary | 1110000 | 1110000 | 1101111 | 0 | 0 | 1 | 111000 | 111100 | 0 | 101100 |
Color Harmonies of #70706F
Complementary color
Monochromatic Colors of #70706F
Black with #70706F
Text Example
Text Example
White with #70706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70706F; }
p { color: rgb(112,112,111); }
H1.HeaderClassName
{
color: #70706F;
}
.AnyTagClassName
{
color: #70706F;
}
</style>
background-color css
<style>
a { background-color: #70706F; }
a { background-color: rgb(112,112,111); }
div.DivClassName
{
background-color: #70706F;
}
.BgClassName
{
background-color: #70706F;
}
</style>
border-color css
<style>
span { border-color: #70706F; }
span { border-color: rgb(112,112,111); }
td.TdClassName
{
border-color: #70706F;
}
.TagClassName
{
border-color: #70706F;
}
</style>