#785C64

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

Shades of Scorpion #785C64

Tints of Scorpion #785C64

Color information

#785C64 (or 0x785C64) is unknown color: approx Scorpion. HEX triplet: 78, 5C and 64. RGB value is (120,92,100). Sum of RGB (Red+Green+Blue) = 120+92+100=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #785C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C64 is #87A39B. Grayscale: #656565. Windows color (decimal): -8889244 or 6577272. OLE color: 6577272.

HSL color Cylindrical-coordinate representation of color #785C64: hue angle of 342.86º 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 #785C64 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12092100-
CMYK00.230.170.53
HSL342.86º13.21%41.57%-
HSV(B)342.86º23.33%47.06%-
XYZ13.8712.5713.75-
YUV101.28127.28141.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=38.46%
G=29.49%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209210000.230.170.53342.8613.2141.57
Hex785C640171135157d2a
Octal17013414402721655271552
Binary111100010111001100100010111100011101011010101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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