#785B62

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

Shades of Scorpion #785B62

Tints of Scorpion #785B62

Color information

#785B62 (or 0x785B62) is unknown color: approx Scorpion. HEX triplet: 78, 5B and 62. RGB value is (120,91,98). Sum of RGB (Red+Green+Blue) = 120+91+98=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #785B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B62 is #87A49D. Grayscale: #646464. Windows color (decimal): -8889502 or 6445944. OLE color: 6445944.

HSL color Cylindrical-coordinate representation of color #785B62: hue angle of 345.52º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785B62 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1209198-
CMYK00.240.180.53
HSL345.52º13.74%41.37%-
HSV(B)345.52º24.17%47.06%-
XYZ13.6912.3613.22-
YUV100.47126.61141.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=38.83%
G=29.45%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120919800.240.180.53345.5213.7441.37
Hex785B62018123515ae29
Octal17013314203022655321651
Binary111100010110111100010011000100101101011010110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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