#71706E

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

Shades of Ironside Grey #71706E

Tints of Ironside Grey #71706E

Color information

#71706E (or 0x71706E) is unknown color: approx Ironside Grey. HEX triplet: 71, 70 and 6E. RGB value is (113,112,110). Sum of RGB (Red+Green+Blue) = 113+112+110=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 113 - color contains mainly: red. Hex color #71706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71706E is #8E8F91. Grayscale: #707070. Windows color (decimal): -9342866 or 7237745. OLE color: 7237745.

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

Color convert

RGB113112110-
CMYK00.010.030.56
HSL40º1.35%43.73%-
HSV(B)40º2.65%44.31%-
XYZ15.4216.2217.07-
YUV112.07126.83128.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=33.73%
G=33.43%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311211000.010.030.56401.3543.73
Hex71706E013382812c
Octal1611601560137050154
Binary11100011110000110111001111110001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71706E; }

 p { color: rgb(113,112,110); }

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

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

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

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

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

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

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