#745C62

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

Shades of Scorpion #745C62

Tints of Scorpion #745C62

Color information

#745C62 (or 0x745C62) is unknown color: approx Scorpion. HEX triplet: 74, 5C and 62. RGB value is (116,92,98). Sum of RGB (Red+Green+Blue) = 116+92+98=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #745C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C62 is #8BA39D. Grayscale: #636363. Windows color (decimal): -9151390 or 6446196. OLE color: 6446196.

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

Color convert

RGB1169298-
CMYK00.210.160.55
HSL345º11.54%40.78%-
HSV(B)345º20.69%45.49%-
XYZ13.2312.2513.22-
YUV99.86126.95139.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 98 (38.67% from 255) = 32.03%
R=37.91%
G=30.07%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116929800.210.160.5534511.5440.78
Hex745C620151037159c29
Octal16413414202520675311451
Binary111010010111001100010010101100001101111010110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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