#786067

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

Shades of Scorpion #786067

Tints of Scorpion #786067

Color information

#786067 (or 0x786067) is unknown color: approx Scorpion. HEX triplet: 78, 60 and 67. RGB value is (120,96,103). Sum of RGB (Red+Green+Blue) = 120+96+103=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #786067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786067 is #879F98. Grayscale: #676767. Windows color (decimal): -8888217 or 6774904. OLE color: 6774904.

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

Color convert

RGB12096103-
CMYK00.20.140.53
HSL342.5º11.11%42.35%-
HSV(B)342.5º20%47.06%-
XYZ14.3813.3414.65-
YUV103.97127.45139.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 103 (40.62% from 255) = 32.29%
R=37.62%
G=30.09%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209610300.20.140.53342.511.1142.35
Hex786067014E35156b2a
Octal17014014702416655261352
Binary11110001100000110011101010011101101011010101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786067; }

 p { color: rgb(120,96,103); }

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

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

 a { background-color: rgb(120,96,103); }

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

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

 span { border-color: rgb(120,96,103); }

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