#765B62

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

Shades of Scorpion #765B62

Tints of Scorpion #765B62

Color information

#765B62 (or 0x765B62) is unknown color: approx Scorpion. HEX triplet: 76, 5B and 62. RGB value is (118,91,98). Sum of RGB (Red+Green+Blue) = 118+91+98=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #765B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B62 is #89A49D. Grayscale: #636363. Windows color (decimal): -9020574 or 6445942. OLE color: 6445942.

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

Color convert

RGB1189198-
CMYK00.230.170.54
HSL344.44º12.92%40.98%-
HSV(B)344.44º22.88%46.27%-
XYZ13.4212.2213.21-
YUV99.87126.95140.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 91 (35.94% from 255) = 29.64%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=38.44%
G=29.64%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118919800.230.170.54344.4412.9240.98
Hex765B620171136158d29
Octal16613314202721665301551
Binary111011010110111100010010111100011101101010110001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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