#765771

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

Shades of Salt Box #765771

Tints of Salt Box #765771

Color information

#765771 (or 0x765771) is unknown color: approx Salt Box. HEX triplet: 76, 57 and 71. RGB value is (118,87,113). Sum of RGB (Red+Green+Blue) = 118+87+113=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765771 is #89A88E. Grayscale: #636363. Windows color (decimal): -9021583 or 7427958. OLE color: 7427958.

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

Color convert

RGB11887113-
CMYK00.260.040.54
HSL309.68º15.12%40.2%-
HSV(B)309.68º26.27%46.27%-
XYZ13.8611.8617.18-
YUV99.23135.77141.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=37.11%
G=27.36%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188711300.260.040.54309.6815.1240.2
Hex76577101A436136f28
Octal1661271610324664661750
Binary1110110101011111100010110101001101101001101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765771; }

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

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

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

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

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

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

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

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