#745E63

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

Shades of Scorpion #745E63

Tints of Scorpion #745E63

Color information

#745E63 (or 0x745E63) is unknown color: approx Scorpion. HEX triplet: 74, 5E and 63. RGB value is (116,94,99). Sum of RGB (Red+Green+Blue) = 116+94+99=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #745E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E63 is #8BA19C. Grayscale: #656565. Windows color (decimal): -9150877 or 6512244. OLE color: 6512244.

HSL color Cylindrical-coordinate representation of color #745E63: hue angle of 346.36º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #745E63 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1169499-
CMYK00.190.150.55
HSL346.36º10.48%41.18%-
HSV(B)346.36º18.97%45.49%-
XYZ13.4612.6213.53-
YUV101.15126.79138.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=37.54%
G=30.42%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116949900.190.150.55346.3610.4841.18
Hex745E63013F3715aa29
Octal16413614302317675321251
Binary11101001011110110001101001111111101111010110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745E63; }

 p { color: rgb(116,94,99); }

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

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

 a { background-color: rgb(116,94,99); }

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

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

 span { border-color: rgb(116,94,99); }

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