#745B62

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

Shades of Scorpion #745B62

Tints of Scorpion #745B62

Color information

#745B62 (or 0x745B62) is unknown color: approx Scorpion. HEX triplet: 74, 5B and 62. RGB value is (116,91,98). Sum of RGB (Red+Green+Blue) = 116+91+98=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #745B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B62 is #8BA49D. Grayscale: #636363. Windows color (decimal): -9151646 or 6445940. OLE color: 6445940.

HSL color Cylindrical-coordinate representation of color #745B62: hue angle of 343.2º 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 #745B62 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1169198-
CMYK00.220.160.55
HSL343.2º12.08%40.59%-
HSV(B)343.2º21.55%45.49%-
XYZ13.1512.0813.19-
YUV99.27127.28139.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=38.03%
G=29.84%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116919800.220.160.55343.212.0840.59
Hex745B620161037157c29
Octal16413314202620675271451
Binary111010010110111100010010110100001101111010101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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