#765B6D

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

Shades of Salt Box #765B6D

Tints of Salt Box #765B6D

Color information

#765B6D (or 0x765B6D) is unknown color: approx Salt Box. HEX triplet: 76, 5B and 6D. RGB value is (118,91,109). Sum of RGB (Red+Green+Blue) = 118+91+109=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B6D is #89A492. Grayscale: #656565. Windows color (decimal): -9020563 or 7166838. OLE color: 7166838.

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

Color convert

RGB11891109-
CMYK00.230.080.54
HSL320º12.92%40.98%-
HSV(B)320º22.88%46.27%-
XYZ13.9712.4416.13-
YUV101.12132.45140.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=37.11%
G=28.62%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189110900.230.080.5432012.9240.98
Hex765B6D017836140d29
Octal16613315502710665001551
Binary11101101011011110110101011110001101101010000001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,91,109); }

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

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

 a { background-color: rgb(118,91,109); }

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

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

 span { border-color: rgb(118,91,109); }

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