#75536F

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

Shades of Salt Box #75536F

Tints of Salt Box #75536F

Color information

#75536F (or 0x75536F) is unknown color: approx Salt Box. HEX triplet: 75, 53 and 6F. RGB value is (117,83,111). Sum of RGB (Red+Green+Blue) = 117+83+111=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75536F is #8AAC90. Grayscale: #606060. Windows color (decimal): -9088145 or 7295861. OLE color: 7295861.

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

Color convert

RGB11783111-
CMYK00.290.050.54
HSL310.59º17%39.22%-
HSV(B)310.59º29.06%45.88%-
XYZ13.311.1216.48-
YUV96.36136.26142.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=37.62%
G=26.69%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178311100.290.050.54310.591739.22
Hex75536F01D5361371127
Octal1651231570355664672147
Binary11101011010011110111101110110111011010011011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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