#785C65

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

Shades of Scorpion #785C65

Tints of Scorpion #785C65

Color information

#785C65 (or 0x785C65) is unknown color: approx Scorpion. HEX triplet: 78, 5C and 65. RGB value is (120,92,101). Sum of RGB (Red+Green+Blue) = 120+92+101=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #785C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C65 is #87A39A. Grayscale: #656565. Windows color (decimal): -8889243 or 6642808. OLE color: 6642808.

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

Color convert

RGB12092101-
CMYK00.230.160.53
HSL340.71º13.21%41.57%-
HSV(B)340.71º23.33%47.06%-
XYZ13.9212.5914.01-
YUV101.4127.78141.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=38.34%
G=29.39%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209210100.230.160.53340.7113.2141.57
Hex785C650171035155d2a
Octal17013414502720655251552
Binary111100010111001100101010111100001101011010101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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