#765C64

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

Shades of Scorpion #765C64

Tints of Scorpion #765C64

Color information

#765C64 (or 0x765C64) is unknown color: approx Scorpion. HEX triplet: 76, 5C and 64. RGB value is (118,92,100). Sum of RGB (Red+Green+Blue) = 118+92+100=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #765C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C64 is #89A39B. Grayscale: #646464. Windows color (decimal): -9020316 or 6577270. OLE color: 6577270.

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

Color convert

RGB11892100-
CMYK00.220.150.54
HSL341.54º12.38%41.18%-
HSV(B)341.54º22.03%46.27%-
XYZ13.612.4313.74-
YUV100.69127.61140.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 92 (36.33% from 255) = 29.68%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=38.06%
G=29.68%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189210000.220.150.54341.5412.3841.18
Hex765C64016F36156c29
Octal16613414402617665261451
Binary11101101011100110010001011011111101101010101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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