#75576D

Color #75576D Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #75576D

Tints of Salt Box #75576D

Color information

#75576D (or 0x75576D) is unknown color: approx Salt Box. HEX triplet: 75, 57 and 6D. RGB value is (117,87,109). Sum of RGB (Red+Green+Blue) = 117+87+109=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #75576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75576D is #8AA892. Grayscale: #626262. Windows color (decimal): -9087123 or 7165813. OLE color: 7165813.

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

Color convert

RGB11787109-
CMYK00.260.070.54
HSL316º14.71%40%-
HSV(B)316º25.64%45.88%-
XYZ13.511.716.02-
YUV98.48133.94141.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=37.38%
G=27.80%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178710900.260.070.5431614.7140
Hex75576D01A73613cf28
Octal1651271550327664741750
Binary1110101101011111011010110101111101101001111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75576D; }

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

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

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

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

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

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

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

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