#707069

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

Shades of Ironside Grey #707069

Tints of Ironside Grey #707069

Color information

#707069 (or 0x707069) is unknown color: approx Ironside Grey. HEX triplet: 70, 70 and 69. RGB value is (112,112,105). Sum of RGB (Red+Green+Blue) = 112+112+105=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707069 is #8F8F96. Grayscale: #6F6F6F. Windows color (decimal): -9408407 or 6910064. OLE color: 6910064.

HSL color Cylindrical-coordinate representation of color #707069: 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.06%. Process color model (Four color, CMYK) of #707069 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB112112105-
CMYK000.060.56
HSL60º3.23%42.55%-
HSV(B)60º6.25%43.92%-
XYZ15.0316.0515.67-
YUV111.2124.5128.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=34.04%
G=34.04%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112112105000.060.56603.2342.55
Hex707069006383c32b
Octal1601601510067074353
Binary1110000111000011010010011011100011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707069; }

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

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

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

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

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

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

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

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