#726F67

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

Shades of Ironside Grey #726F67

Tints of Ironside Grey #726F67

Color information

#726F67 (or 0x726F67) is unknown color: approx Ironside Grey. HEX triplet: 72, 6F and 67. RGB value is (114,111,103). Sum of RGB (Red+Green+Blue) = 114+111+103=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 114 - color contains mainly: red. Hex color #726F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F67 is #8D9098. Grayscale: #6F6F6F. Windows color (decimal): -9277593 or 6778738. OLE color: 6778738.

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

Color convert

RGB114111103-
CMYK00.030.100.55
HSL43.64º5.07%42.55%-
HSV(B)43.64º9.65%44.71%-
XYZ15.0715.9315.11-
YUV110.98123.49130.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=34.76%
G=33.84%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411110300.030.100.5543.645.0742.55
Hex726F6703A372c52b
Octal16215714703126754553
Binary1110010110111111001110111010110111101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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