#755B6C

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

Shades of Salt Box #755B6C

Tints of Salt Box #755B6C

Color information

#755B6C (or 0x755B6C) is unknown color: approx Salt Box. HEX triplet: 75, 5B and 6C. RGB value is (117,91,108). Sum of RGB (Red+Green+Blue) = 117+91+108=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #755B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B6C is #8AA493. Grayscale: #646464. Windows color (decimal): -9086100 or 7101301. OLE color: 7101301.

HSL color Cylindrical-coordinate representation of color #755B6C: hue angle of 320.77º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #755B6C is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11791108-
CMYK00.220.080.54
HSL320.77º12.5%40.78%-
HSV(B)320.77º22.22%45.88%-
XYZ13.7812.3515.84-
YUV100.71132.11139.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=37.03%
G=28.80%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179110800.220.080.54320.7712.540.78
Hex755B6C016836141c29
Octal16513315402610665011451
Binary11101011011011110110001011010001101101010000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755B6C; }

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

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

<style>
 a { background-color: #755B6C; }

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

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

<style>
 span { border-color: #755B6C; }

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

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