#757164

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

Shades of Ironside Grey #757164

Tints of Ironside Grey #757164

Color information

#757164 (or 0x757164) is unknown color: approx Ironside Grey. HEX triplet: 75, 71 and 64. RGB value is (117,113,100). Sum of RGB (Red+Green+Blue) = 117+113+100=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #757164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757164 is #8A8E9B. Grayscale: #707070. Windows color (decimal): -9080476 or 6582645. OLE color: 6582645.

HSL color Cylindrical-coordinate representation of color #757164: hue angle of 45.88º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757164 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB117113100-
CMYK00.030.150.54
HSL45.88º7.83%42.55%-
HSV(B)45.88º14.53%45.88%-
XYZ15.5416.5114.42-
YUV112.71120.83131.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=35.45%
G=34.24%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711310000.030.150.5445.887.8342.55
Hex75716403F362e82b
Octal165161144031766561053
Binary11101011110001110010001111111101101011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757164; }

 p { color: rgb(117,113,100); }

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

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

 a { background-color: rgb(117,113,100); }

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

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

 span { border-color: rgb(117,113,100); }

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