#765D64

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

Shades of Scorpion #765D64

Tints of Scorpion #765D64

Color information

#765D64 (or 0x765D64) is unknown color: approx Scorpion. HEX triplet: 76, 5D and 64. RGB value is (118,93,100). Sum of RGB (Red+Green+Blue) = 118+93+100=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #765D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D64 is #89A29B. Grayscale: #656565. Windows color (decimal): -9020060 or 6577526. OLE color: 6577526.

HSL color Cylindrical-coordinate representation of color #765D64: hue angle of 343.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765D64 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11893100-
CMYK00.210.150.54
HSL343.2º11.85%41.37%-
HSV(B)343.2º21.19%46.27%-
XYZ13.6912.613.77-
YUV101.27127.28139.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 93 (36.72% from 255) = 29.90%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=37.94%
G=29.90%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189310000.210.150.54343.211.8541.37
Hex765D64015F36157c29
Octal16613514402517665271451
Binary11101101011101110010001010111111101101010101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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