#757575

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

Shades of Grey #757575

Tints of Grey #757575

Color information

#757575 (or 0x757575) is unknown color: approx Grey. HEX triplet: 75, 75 and 75. RGB value is (117,117,117). Sum of RGB (Red+Green+Blue) = 117+117+117=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 117 - color contains mainly: red, green, blue. Hex color #757575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757575 is #8A8A8A. Grayscale: #757575. Windows color (decimal): -9079435 or 7697781. OLE color: 7697781.

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

Color convert

RGB117117117-
CMYK0000.54
HSL0%45.88%-
HSV(B)0%45.88%-
XYZ16.9117.7919.37-
YUV117128128-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171171170000.540045.88
Hex75757500036002e
Octal165165165000660056
Binary11101011110101111010100011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757575; }

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

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

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

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

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

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

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

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