#766C71

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

Shades of Scorpion #766C71

Tints of Scorpion #766C71

Color information

#766C71 (or 0x766C71) is unknown color: approx Scorpion. HEX triplet: 76, 6C and 71. RGB value is (118,108,113). Sum of RGB (Red+Green+Blue) = 118+108+113=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #766C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C71 is #89938E. Grayscale: #6F6F6F. Windows color (decimal): -9016207 or 7433334. OLE color: 7433334.

HSL color Cylindrical-coordinate representation of color #766C71: hue angle of 330º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766C71 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB118108113-
CMYK00.080.040.54
HSL330º4.42%44.31%-
HSV(B)330º8.47%46.27%-
XYZ15.8115.7717.83-
YUV111.56128.81132.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 108 (42.58% from 255) = 31.86%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=34.81%
G=31.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810811300.080.040.543304.4244.31
Hex766C710843614a42c
Octal166154161010466512454
Binary11101101101100111000101000100110110101001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766C71; }

 p { color: rgb(118,108,113); }

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

<style>
 a { background-color: #766C71; }

 a { background-color: rgb(118,108,113); }

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

<style>
 span { border-color: #766C71; }

 span { border-color: rgb(118,108,113); }

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