#75576F

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

Shades of Salt Box #75576F

Tints of Salt Box #75576F

Color information

#75576F (or 0x75576F) is unknown color: approx Salt Box. HEX triplet: 75, 57 and 6F. RGB value is (117,87,111). Sum of RGB (Red+Green+Blue) = 117+87+111=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #75576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75576F is #8AA890. Grayscale: #626262. Windows color (decimal): -9087121 or 7296885. OLE color: 7296885.

HSL color Cylindrical-coordinate representation of color #75576F: hue angle of 312º 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 #75576F is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11787111-
CMYK00.260.050.54
HSL312º14.71%40%-
HSV(B)312º25.64%45.88%-
XYZ13.6111.7516.59-
YUV98.71134.94141.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=37.14%
G=27.62%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178711100.260.050.5431214.7140
Hex75576F01A536138f28
Octal1651271570325664701750
Binary1110101101011111011110110101011101101001110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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