#746064

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

Shades of Scorpion #746064

Tints of Scorpion #746064

Color information

#746064 (or 0x746064) is unknown color: approx Scorpion. HEX triplet: 74, 60 and 64. RGB value is (116,96,100). Sum of RGB (Red+Green+Blue) = 116+96+100=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #746064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746064 is #8B9F9B. Grayscale: #666666. Windows color (decimal): -9150364 or 6578292. OLE color: 6578292.

HSL color Cylindrical-coordinate representation of color #746064: hue angle of 348º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #746064 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB11696100-
CMYK00.170.140.55
HSL348º9.43%41.57%-
HSV(B)348º17.24%45.49%-
XYZ13.691313.84-
YUV102.44126.63137.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=37.18%
G=30.77%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169610000.170.140.553489.4341.57
Hex746064011E3715c92a
Octal16414014402116675341152
Binary11101001100000110010001000111101101111010111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746064; }

 p { color: rgb(116,96,100); }

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

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

 a { background-color: rgb(116,96,100); }

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

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

 span { border-color: rgb(116,96,100); }

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