#745960

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

Shades of Scorpion #745960

Tints of Scorpion #745960

Color information

#745960 (or 0x745960) is unknown color: approx Scorpion. HEX triplet: 74, 59 and 60. RGB value is (116,89,96). Sum of RGB (Red+Green+Blue) = 116+89+96=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #745960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745960 is #8BA69F. Grayscale: #616161. Windows color (decimal): -9152160 or 6314356. OLE color: 6314356.

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

Color convert

RGB1168996-
CMYK00.230.170.55
HSL344.44º13.17%40.2%-
HSV(B)344.44º23.28%45.49%-
XYZ12.8911.712.65-
YUV97.87126.95140.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=38.54%
G=29.57%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116899600.230.170.55344.4413.1740.2
Hex7459600171137158d28
Octal16413114002721675301550
Binary111010010110011100000010111100011101111010110001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745960; }

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

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

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

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

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

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

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

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