#70706A

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

Shades of Ironside Grey #70706A

Tints of Ironside Grey #70706A

Color information

#70706A (or 0x70706A) is unknown color: approx Ironside Grey. HEX triplet: 70, 70 and 6A. RGB value is (112,112,106). Sum of RGB (Red+Green+Blue) = 112+112+106=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70706A is #8F8F95. Grayscale: #6F6F6F. Windows color (decimal): -9408406 or 6975600. OLE color: 6975600.

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

Color convert

RGB112112106-
CMYK000.050.56
HSL60º2.75%42.75%-
HSV(B)60º5.36%43.92%-
XYZ15.0816.0715.94-
YUV111.32125128.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=33.94%
G=33.94%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112112106000.050.56602.7542.75
Hex70706A005383c32b
Octal1601601520057074353
Binary1110000111000011010100010111100011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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