#745B61

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

Shades of Scorpion #745B61

Tints of Scorpion #745B61

Color information

#745B61 (or 0x745B61) is unknown color: approx Scorpion. HEX triplet: 74, 5B and 61. RGB value is (116,91,97). Sum of RGB (Red+Green+Blue) = 116+91+97=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #745B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B61 is #8BA49E. Grayscale: #636363. Windows color (decimal): -9151647 or 6380404. OLE color: 6380404.

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

Color convert

RGB1169197-
CMYK00.220.160.55
HSL345.6º12.08%40.59%-
HSV(B)345.6º21.55%45.49%-
XYZ13.112.0612.95-
YUV99.16126.78140.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=38.16%
G=29.93%
B=31.91%

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
Decimal116919700.220.160.55345.612.0840.59
Hex745B61016103715ac29
Octal16413314102620675321451
Binary111010010110111100001010110100001101111010110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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