#757268

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

Shades of Ironside Grey #757268

Tints of Ironside Grey #757268

Color information

#757268 (or 0x757268) is unknown color: approx Ironside Grey. HEX triplet: 75, 72 and 68. RGB value is (117,114,104). Sum of RGB (Red+Green+Blue) = 117+114+104=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #757268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757268 is #8A8D97. Grayscale: #717171. Windows color (decimal): -9080216 or 6845045. OLE color: 6845045.

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

Color convert

RGB117114104-
CMYK00.030.110.54
HSL46.15º5.88%43.33%-
HSV(B)46.15º11.11%45.88%-
XYZ15.8516.8215.51-
YUV113.76122.49130.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=34.93%
G=34.03%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711410400.030.110.5446.155.8843.33
Hex75726803B362e62b
Octal16516215003136656653
Binary1110101111001011010000111011110110101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757268; }

 p { color: rgb(117,114,104); }

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

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

 a { background-color: rgb(117,114,104); }

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

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

 span { border-color: rgb(117,114,104); }

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