#755A6E

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

Shades of Salt Box #755A6E

Tints of Salt Box #755A6E

Color information

#755A6E (or 0x755A6E) is unknown color: approx Salt Box. HEX triplet: 75, 5A and 6E. RGB value is (117,90,110). Sum of RGB (Red+Green+Blue) = 117+90+110=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #755A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A6E is #8AA591. Grayscale: #646464. Windows color (decimal): -9086354 or 7232117. OLE color: 7232117.

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

Color convert

RGB11790110-
CMYK00.230.060.54
HSL315.56º13.04%40.59%-
HSV(B)315.56º23.08%45.88%-
XYZ13.8112.2216.38-
YUV100.35133.45139.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=36.91%
G=28.39%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179011000.230.060.54315.5613.0440.59
Hex755A6E01763613cd29
Octal1651321560276664741551
Binary1110101101101011011100101111101101101001111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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