#75576E

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

Shades of Salt Box #75576E

Tints of Salt Box #75576E

Color information

#75576E (or 0x75576E) is unknown color: approx Salt Box. HEX triplet: 75, 57 and 6E. RGB value is (117,87,110). Sum of RGB (Red+Green+Blue) = 117+87+110=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #75576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75576E is #8AA891. Grayscale: #626262. Windows color (decimal): -9087122 or 7231349. OLE color: 7231349.

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

Color convert

RGB11787110-
CMYK00.260.060.54
HSL314º14.71%40%-
HSV(B)314º25.64%45.88%-
XYZ13.5611.7216.3-
YUV98.59134.44141.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=37.26%
G=27.71%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178711000.260.060.5431414.7140
Hex75576E01A63613af28
Octal1651271560326664721750
Binary1110101101011111011100110101101101101001110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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