#746A6D

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

Shades of Scorpion #746A6D

Tints of Scorpion #746A6D

Color information

#746A6D (or 0x746A6D) is unknown color: approx Scorpion. HEX triplet: 74, 6A and 6D. RGB value is (116,106,109). Sum of RGB (Red+Green+Blue) = 116+106+109=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #746A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A6D is #8B9592. Grayscale: #6D6D6D. Windows color (decimal): -9147795 or 7170676. OLE color: 7170676.

HSL color Cylindrical-coordinate representation of color #746A6D: hue angle of 342º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746A6D is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB116106109-
CMYK00.090.060.55
HSL342º4.5%43.53%-
HSV(B)342º8.62%45.49%-
XYZ15.1215.1316.59-
YUV109.33127.81132.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=35.05%
G=32.02%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610610900.090.060.553424.543.53
Hex746A6D0963715652c
Octal164152155011667526554
Binary11101001101010110110101001110110111101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746A6D; }

 p { color: rgb(116,106,109); }

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

<style>
 a { background-color: #746A6D; }

 a { background-color: rgb(116,106,109); }

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

<style>
 span { border-color: #746A6D; }

 span { border-color: rgb(116,106,109); }

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