#756371

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

Shades of Salt Box #756371

Tints of Salt Box #756371

Color information

#756371 (or 0x756371) is unknown color: approx Salt Box. HEX triplet: 75, 63 and 71. RGB value is (117,99,113). Sum of RGB (Red+Green+Blue) = 117+99+113=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756371 is #8A9C8E. Grayscale: #696969. Windows color (decimal): -9084047 or 7431029. OLE color: 7431029.

HSL color Cylindrical-coordinate representation of color #756371: hue angle of 313.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756371 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11799113-
CMYK00.150.030.54
HSL313.33º8.33%42.35%-
HSV(B)313.33º15.38%45.88%-
XYZ14.7813.917.53-
YUV105.98131.96135.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=35.56%
G=30.09%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179911300.150.030.54313.338.3342.35
Hex7563710F33613982a
Octal1651431610173664711052
Binary11101011100011111000101111111101101001110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756371; }

 p { color: rgb(117,99,113); }

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

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

 a { background-color: rgb(117,99,113); }

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

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

 span { border-color: rgb(117,99,113); }

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