#75536C

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

Shades of Salt Box #75536C

Tints of Salt Box #75536C

Color information

#75536C (or 0x75536C) is unknown color: approx Salt Box. HEX triplet: 75, 53 and 6C. RGB value is (117,83,108). Sum of RGB (Red+Green+Blue) = 117+83+108=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75536C is #8AAC93. Grayscale: #5F5F5F. Windows color (decimal): -9088148 or 7099253. OLE color: 7099253.

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

Color convert

RGB11783108-
CMYK00.290.080.54
HSL315.88º17%39.22%-
HSV(B)315.88º29.06%45.88%-
XYZ13.1411.0515.63-
YUV96.02134.76142.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=37.99%
G=26.95%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178310800.290.080.54315.881739.22
Hex75536C01D83613c1127
Octal16512315403510664742147
Binary111010110100111101100011101100011011010011110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75536C; }

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

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

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

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

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

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

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

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