#765E71

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

Shades of Salt Box #765E71

Tints of Salt Box #765E71

Color information

#765E71 (or 0x765E71) is unknown color: approx Salt Box. HEX triplet: 76, 5E and 71. RGB value is (118,94,113). Sum of RGB (Red+Green+Blue) = 118+94+113=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #765E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E71 is #89A18E. Grayscale: #676767. Windows color (decimal): -9019791 or 7429750. OLE color: 7429750.

HSL color Cylindrical-coordinate representation of color #765E71: hue angle of 312.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 #765E71 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11894113-
CMYK00.200.040.54
HSL312.5º11.32%41.57%-
HSV(B)312.5º20.34%46.27%-
XYZ14.4513.0517.38-
YUV103.34133.45138.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=36.31%
G=28.92%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189411300.200.040.54312.511.3241.57
Hex765E71014436138b2a
Octal1661361610244664701352
Binary1110110101111011100010101001001101101001110001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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