#747269

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

Shades of Ironside Grey #747269

Tints of Ironside Grey #747269

Color information

#747269 (or 0x747269) is unknown color: approx Ironside Grey. HEX triplet: 74, 72 and 69. RGB value is (116,114,105). Sum of RGB (Red+Green+Blue) = 116+114+105=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 116 - color contains mainly: red. Hex color #747269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747269 is #8B8D96. Grayscale: #717171. Windows color (decimal): -9145751 or 6910580. OLE color: 6910580.

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

Color convert

RGB116114105-
CMYK00.020.090.55
HSL49.09º4.98%43.33%-
HSV(B)49.09º9.48%45.49%-
XYZ15.7716.7715.77-
YUV113.57123.16129.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=34.63%
G=34.03%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611410500.020.090.5549.094.9843.33
Hex747269029373152b
Octal16416215102116761553
Binary1110100111001011010010101001110111110001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747269; }

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

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

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

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

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

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

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

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