#766A6E

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

Shades of Scorpion #766A6E

Tints of Scorpion #766A6E

Color information

#766A6E (or 0x766A6E) is unknown color: approx Scorpion. HEX triplet: 76, 6A and 6E. RGB value is (118,106,110). Sum of RGB (Red+Green+Blue) = 118+106+110=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #766A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A6E is #899591. Grayscale: #6E6E6E. Windows color (decimal): -9016722 or 7236214. OLE color: 7236214.

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

Color convert

RGB118106110-
CMYK00.100.070.54
HSL340º5.36%43.92%-
HSV(B)340º10.17%46.27%-
XYZ15.4415.2916.89-
YUV110.04127.98133.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=35.33%
G=31.74%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810611000.100.070.543405.3643.92
Hex766A6E0A73615452c
Octal166152156012766524554
Binary11101101101010110111001010111110110101010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,106,110); }

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

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

 a { background-color: rgb(118,106,110); }

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

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

 span { border-color: rgb(118,106,110); }

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