#745B63

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

Shades of Scorpion #745B63

Tints of Scorpion #745B63

Color information

#745B63 (or 0x745B63) is unknown color: approx Scorpion. HEX triplet: 74, 5B and 63. RGB value is (116,91,99). Sum of RGB (Red+Green+Blue) = 116+91+99=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #745B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B63 is #8BA49C. Grayscale: #636363. Windows color (decimal): -9151645 or 6511476. OLE color: 6511476.

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

Color convert

RGB1169199-
CMYK00.220.150.55
HSL340.8º12.08%40.59%-
HSV(B)340.8º21.55%45.49%-
XYZ13.212.113.44-
YUV99.39127.78139.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=37.91%
G=29.74%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116919900.220.150.55340.812.0840.59
Hex745B63016F37155c29
Octal16413314302617675251451
Binary11101001011011110001101011011111101111010101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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