#70706D

Color #70706D Tapa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapa #70706D

Tints of Tapa #70706D

Color information

#70706D (or 0x70706D) is unknown color: approx Tapa. HEX triplet: 70, 70 and 6D. RGB value is (112,112,109). Sum of RGB (Red+Green+Blue) = 112+112+109=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70706D is #8F8F92. Grayscale: #6F6F6F. Windows color (decimal): -9408403 or 7172208. OLE color: 7172208.

HSL color Cylindrical-coordinate representation of color #70706D: hue angle of 60º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #70706D is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB112112109-
CMYK000.030.56
HSL60º1.36%43.33%-
HSV(B)60º2.68%43.92%-
XYZ15.2416.1416.78-
YUV111.66126.5128.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=33.63%
G=33.63%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112112109000.030.56601.3643.33
Hex70706D003383c12b
Octal1601601550037074153
Binary11100001110000110110100111110001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70706D; }

 p { color: rgb(112,112,109); }

 H1.HeaderClassName
 {
   color: #70706D;
 }
 .AnyTagClassName
 {
   color: #70706D;
 }
</style>
background-color css

<style>
 a { background-color: #70706D; }

 a { background-color: rgb(112,112,109); }

 div.DivClassName
 {
   background-color: #70706D;
 }
 .BgClassName
 {
   background-color: #70706D;
 }
</style>
border-color css

<style>
 span { border-color: #70706D; }

 span { border-color: rgb(112,112,109); }

 td.TdClassName
 {
   border-color: #70706D;
 }
 .TagClassName
 {
   border-color: #70706D;
 }
</style>