#765371

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

Shades of Salt Box #765371

Tints of Salt Box #765371

Color information

#765371 (or 0x765371) is unknown color: approx Salt Box. HEX triplet: 76, 53 and 71. RGB value is (118,83,113). Sum of RGB (Red+Green+Blue) = 118+83+113=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #765371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765371 is #89AC8E. Grayscale: #606060. Windows color (decimal): -9022607 or 7426934. OLE color: 7426934.

HSL color Cylindrical-coordinate representation of color #765371: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765371 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11883113-
CMYK00.300.040.54
HSL308.57º17.41%39.41%-
HSV(B)308.57º29.66%46.27%-
XYZ13.5511.2317.08-
YUV96.88137.1143.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=37.58%
G=26.43%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188311300.300.040.54308.5717.4139.41
Hex76537101E4361351127
Octal1661231610364664652147
Binary11101101010011111000101111010011011010011010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765371; }

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

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

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

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

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

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

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

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