#765E6F

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

Shades of Salt Box #765E6F

Tints of Salt Box #765E6F

Color information

#765E6F (or 0x765E6F) is unknown color: approx Salt Box. HEX triplet: 76, 5E and 6F. RGB value is (118,94,111). Sum of RGB (Red+Green+Blue) = 118+94+111=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #765E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E6F is #89A190. Grayscale: #676767. Windows color (decimal): -9019793 or 7298678. OLE color: 7298678.

HSL color Cylindrical-coordinate representation of color #765E6F: hue angle of 317.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #765E6F is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11894111-
CMYK00.200.060.54
HSL317.5º11.32%41.57%-
HSV(B)317.5º20.34%46.27%-
XYZ14.341316.79-
YUV103.11132.45138.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=36.53%
G=29.10%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189411100.200.060.54317.511.3241.57
Hex765E6F01463613eb2a
Octal1661361570246664761352
Binary1110110101111011011110101001101101101001111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765E6F; }

 p { color: rgb(118,94,111); }

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

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

 a { background-color: rgb(118,94,111); }

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

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

 span { border-color: rgb(118,94,111); }

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