#755B6F

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

Shades of Salt Box #755B6F

Tints of Salt Box #755B6F

Color information

#755B6F (or 0x755B6F) is unknown color: approx Salt Box. HEX triplet: 75, 5B and 6F. RGB value is (117,91,111). Sum of RGB (Red+Green+Blue) = 117+91+111=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #755B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B6F is #8AA490. Grayscale: #656565. Windows color (decimal): -9086097 or 7297909. OLE color: 7297909.

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

Color convert

RGB11791111-
CMYK00.220.050.54
HSL313.85º12.5%40.78%-
HSV(B)313.85º22.22%45.88%-
XYZ13.9512.4116.7-
YUV101.05133.61139.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=36.68%
G=28.53%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179111100.220.050.54313.8512.540.78
Hex755B6F01653613ac29
Octal1651331570265664721451
Binary1110101101101111011110101101011101101001110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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