#755A6F

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

Shades of Salt Box #755A6F

Tints of Salt Box #755A6F

Color information

#755A6F (or 0x755A6F) is unknown color: approx Salt Box. HEX triplet: 75, 5A and 6F. RGB value is (117,90,111). Sum of RGB (Red+Green+Blue) = 117+90+111=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #755A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A6F is #8AA590. Grayscale: #646464. Windows color (decimal): -9086353 or 7297653. OLE color: 7297653.

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

Color convert

RGB11790111-
CMYK00.230.050.54
HSL313.33º13.04%40.59%-
HSV(B)313.33º23.08%45.88%-
XYZ13.8612.2416.67-
YUV100.47133.95139.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=36.79%
G=28.30%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179011100.230.050.54313.3313.0440.59
Hex755A6F017536139d29
Octal1651321570275664711551
Binary1110101101101011011110101111011101101001110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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