#72706A

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

Shades of Ironside Grey #72706A

Tints of Ironside Grey #72706A

Color information

#72706A (or 0x72706A) is unknown color: approx Ironside Grey. HEX triplet: 72, 70 and 6A. RGB value is (114,112,106). Sum of RGB (Red+Green+Blue) = 114+112+106=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 114 - color contains mainly: red. Hex color #72706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72706A is #8D8F95. Grayscale: #6F6F6F. Windows color (decimal): -9277334 or 6975602. OLE color: 6975602.

HSL color Cylindrical-coordinate representation of color #72706A: hue angle of 45º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #72706A is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB114112106-
CMYK00.020.070.55
HSL45º3.64%43.14%-
HSV(B)45º7.02%44.71%-
XYZ15.3416.2115.96-
YUV111.91124.66129.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=34.34%
G=33.73%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411210600.020.070.55453.6443.14
Hex72706A027372d42b
Octal1621601520276755453
Binary111001011100001101010010111110111101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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