#78646C

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

Shades of Scorpion #78646C

Tints of Scorpion #78646C

Color information

#78646C (or 0x78646C) is unknown color: approx Scorpion. HEX triplet: 78, 64 and 6C. RGB value is (120,100,108). Sum of RGB (Red+Green+Blue) = 120+100+108=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #78646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78646C is #879B93. Grayscale: #6A6A6A. Windows color (decimal): -8887188 or 7103608. OLE color: 7103608.

HSL color Cylindrical-coordinate representation of color #78646C: hue angle of 336º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #78646C is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB120100108-
CMYK00.170.100.53
HSL336º9.09%43.14%-
HSV(B)336º16.67%47.06%-
XYZ15.0114.1916.14-
YUV106.89128.63137.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.59%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=36.59%
G=30.49%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010010800.170.100.533369.0943.14
Hex78646C011A3515092b
Octal17014415402112655201153
Binary11110001100100110110001000110101101011010100001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78646C; }

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

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

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

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

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

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

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

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