#70706B

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

Shades of Ironside Grey #70706B

Tints of Ironside Grey #70706B

Color information

#70706B (or 0x70706B) is unknown color: approx Ironside Grey. HEX triplet: 70, 70 and 6B. RGB value is (112,112,107). Sum of RGB (Red+Green+Blue) = 112+112+107=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70706B is #8F8F94. Grayscale: #6F6F6F. Windows color (decimal): -9408405 or 7041136. OLE color: 7041136.

HSL color Cylindrical-coordinate representation of color #70706B: 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 #70706B is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB112112107-
CMYK000.040.56
HSL60º2.28%42.94%-
HSV(B)60º4.46%43.92%-
XYZ15.1316.0916.22-
YUV111.43125.5128.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=33.84%
G=33.84%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112112107000.040.56602.2842.94
Hex70706B004383c22b
Octal1601601530047074253
Binary1110000111000011010110010011100011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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