#785E6A

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

Shades of Scorpion #785E6A

Tints of Scorpion #785E6A

Color information

#785E6A (or 0x785E6A) is unknown color: approx Scorpion. HEX triplet: 78, 5E and 6A. RGB value is (120,94,106). Sum of RGB (Red+Green+Blue) = 120+94+106=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #785E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E6A is #87A195. Grayscale: #676767. Windows color (decimal): -8888726 or 6971000. OLE color: 6971000.

HSL color Cylindrical-coordinate representation of color #785E6A: hue angle of 332.31º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #785E6A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12094106-
CMYK00.220.120.53
HSL332.31º12.15%41.96%-
HSV(B)332.31º21.67%47.06%-
XYZ14.3513.0415.4-
YUV103.14129.61140.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 94 (37.11% from 255) = 29.38%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=37.5%
G=29.38%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209410600.220.120.53332.3112.1541.96
Hex785E6A016C3514cc2a
Octal17013615202614655141452
Binary11110001011110110101001011011001101011010011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785E6A; }

 p { color: rgb(120,94,106); }

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

<style>
 a { background-color: #785E6A; }

 a { background-color: rgb(120,94,106); }

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

<style>
 span { border-color: #785E6A; }

 span { border-color: rgb(120,94,106); }

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