#726F69

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

Shades of Ironside Grey #726F69

Tints of Ironside Grey #726F69

Color information

#726F69 (or 0x726F69) is unknown color: approx Ironside Grey. HEX triplet: 72, 6F and 69. RGB value is (114,111,105). Sum of RGB (Red+Green+Blue) = 114+111+105=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 114 - color contains mainly: red. Hex color #726F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F69 is #8D9096. Grayscale: #6F6F6F. Windows color (decimal): -9277591 or 6909810. OLE color: 6909810.

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

Color convert

RGB114111105-
CMYK00.030.080.55
HSL40º4.11%42.94%-
HSV(B)40º7.89%44.71%-
XYZ15.1715.9715.65-
YUV111.21124.49129.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=34.55%
G=33.64%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411110500.030.080.55404.1142.94
Hex726F69038372842b
Octal16215715103106750453
Binary1110010110111111010010111000110111101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,111,105); }

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

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

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

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

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

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

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