#726D62

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

Shades of Ironside Grey #726D62

Tints of Ironside Grey #726D62

Color information

#726D62 (or 0x726D62) is unknown color: approx Ironside Grey. HEX triplet: 72, 6D and 62. RGB value is (114,109,98). Sum of RGB (Red+Green+Blue) = 114+109+98=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #726D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D62 is #8D929D. Grayscale: #6D6D6D. Windows color (decimal): -9278110 or 6450546. OLE color: 6450546.

HSL color Cylindrical-coordinate representation of color #726D62: hue angle of 41.25º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #726D62 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB11410998-
CMYK00.040.140.55
HSL41.25º7.55%41.57%-
HSV(B)41.25º14.04%44.71%-
XYZ14.6115.413.76-
YUV109.24121.66131.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=35.51%
G=33.96%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141099800.040.140.5541.257.5541.57
Hex726D6204E372982a
Octal162155142041667511052
Binary111001011011011100010010011101101111010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726D62; }

 p { color: rgb(114,109,98); }

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

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

 a { background-color: rgb(114,109,98); }

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

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

 span { border-color: rgb(114,109,98); }

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