#765C65

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

Shades of Scorpion #765C65

Tints of Scorpion #765C65

Color information

#765C65 (or 0x765C65) is unknown color: approx Scorpion. HEX triplet: 76, 5C and 65. RGB value is (118,92,101). Sum of RGB (Red+Green+Blue) = 118+92+101=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #765C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C65 is #89A39A. Grayscale: #646464. Windows color (decimal): -9020315 or 6642806. OLE color: 6642806.

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

Color convert

RGB11892101-
CMYK00.220.140.54
HSL339.23º12.38%41.18%-
HSV(B)339.23º22.03%46.27%-
XYZ13.6512.4513.99-
YUV100.8128.11140.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=37.94%
G=29.58%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189210100.220.140.54339.2312.3841.18
Hex765C65016E36153c29
Octal16613414502616665231451
Binary11101101011100110010101011011101101101010100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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