#75596D

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

Shades of Salt Box #75596D

Tints of Salt Box #75596D

Color information

#75596D (or 0x75596D) is unknown color: approx Salt Box. HEX triplet: 75, 59 and 6D. RGB value is (117,89,109). Sum of RGB (Red+Green+Blue) = 117+89+109=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #75596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75596D is #8AA692. Grayscale: #636363. Windows color (decimal): -9086611 or 7166325. OLE color: 7166325.

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

Color convert

RGB11789109-
CMYK00.240.070.54
HSL317.14º13.59%40.39%-
HSV(B)317.14º23.93%45.88%-
XYZ13.6712.0316.07-
YUV99.65133.28140.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=37.14%
G=28.25%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178910900.240.070.54317.1413.5940.39
Hex75596D01873613de28
Octal1651311550307664751650
Binary1110101101100111011010110001111101101001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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