#746066

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

Shades of Scorpion #746066

Tints of Scorpion #746066

Color information

#746066 (or 0x746066) is unknown color: approx Scorpion. HEX triplet: 74, 60 and 66. RGB value is (116,96,102). Sum of RGB (Red+Green+Blue) = 116+96+102=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #746066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746066 is #8B9F99. Grayscale: #666666. Windows color (decimal): -9150362 or 6709364. OLE color: 6709364.

HSL color Cylindrical-coordinate representation of color #746066: hue angle of 342º 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 #746066 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11696102-
CMYK00.170.120.55
HSL342º9.43%41.57%-
HSV(B)342º17.24%45.49%-
XYZ13.7813.0414.36-
YUV102.66127.63137.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=36.94%
G=30.57%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169610200.170.120.553429.4341.57
Hex746066011C3715692a
Octal16414014602114675261152
Binary11101001100000110011001000111001101111010101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746066; }

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

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

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

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

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

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

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

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