#785D65

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

Shades of Scorpion #785D65

Tints of Scorpion #785D65

Color information

#785D65 (or 0x785D65) is unknown color: approx Scorpion. HEX triplet: 78, 5D and 65. RGB value is (120,93,101). Sum of RGB (Red+Green+Blue) = 120+93+101=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #785D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D65 is #87A29A. Grayscale: #656565. Windows color (decimal): -8888987 or 6643064. OLE color: 6643064.

HSL color Cylindrical-coordinate representation of color #785D65: hue angle of 342.22º degrees, saturation: 0.13, 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 #785D65 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB12093101-
CMYK00.220.160.53
HSL342.22º12.68%41.76%-
HSV(B)342.22º22.5%47.06%-
XYZ14.0112.7614.04-
YUV101.98127.45140.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=38.22%
G=29.62%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209310100.220.160.53342.2212.6841.76
Hex785D650161035156d2a
Octal17013514502620655261552
Binary111100010111011100101010110100001101011010101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,93,101); }

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

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

 a { background-color: rgb(120,93,101); }

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

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

 span { border-color: rgb(120,93,101); }

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