#765B64

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

Shades of Scorpion #765B64

Tints of Scorpion #765B64

Color information

#765B64 (or 0x765B64) is unknown color: approx Scorpion. HEX triplet: 76, 5B and 64. RGB value is (118,91,100). Sum of RGB (Red+Green+Blue) = 118+91+100=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #765B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B64 is #89A49B. Grayscale: #646464. Windows color (decimal): -9020572 or 6577014. OLE color: 6577014.

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

Color convert

RGB11891100-
CMYK00.230.150.54
HSL340º12.92%40.98%-
HSV(B)340º22.88%46.27%-
XYZ13.5112.2513.71-
YUV100.1127.95140.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=38.19%
G=29.45%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189110000.230.150.5434012.9240.98
Hex765B64017F36154d29
Octal16613314402717665241551
Binary11101101011011110010001011111111101101010101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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