#746E71

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

Shades of Scorpion #746E71

Tints of Scorpion #746E71

Color information

#746E71 (or 0x746E71) is unknown color: approx Scorpion. HEX triplet: 74, 6E and 71. RGB value is (116,110,113). Sum of RGB (Red+Green+Blue) = 116+110+113=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 116 - color contains mainly: red. Hex color #746E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E71 is #8B918E. Grayscale: #707070. Windows color (decimal): -9146767 or 7433844. OLE color: 7433844.

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

Color convert

RGB116110113-
CMYK00.050.030.55
HSL330º2.65%44.31%-
HSV(B)330º5.17%45.49%-
XYZ15.7616.0617.89-
YUV112.14128.49130.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=34.22%
G=32.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611011300.050.030.553302.6544.31
Hex746E710533714a32c
Octal16415616105367512354
Binary11101001101110111000101011111011110100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,110,113); }

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

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

 a { background-color: rgb(116,110,113); }

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

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

 span { border-color: rgb(116,110,113); }

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