#78646F

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

Shades of Scorpion #78646F

Tints of Scorpion #78646F

Color information

#78646F (or 0x78646F) is unknown color: approx Scorpion. HEX triplet: 78, 64 and 6F. RGB value is (120,100,111). Sum of RGB (Red+Green+Blue) = 120+100+111=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #78646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78646F is #879B90. Grayscale: #6B6B6B. Windows color (decimal): -8887185 or 7300216. OLE color: 7300216.

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

Color convert

RGB120100111-
CMYK00.170.080.53
HSL327º9.09%43.14%-
HSV(B)327º16.67%47.06%-
XYZ15.1714.2616.99-
YUV107.23130.13137.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=36.25%
G=30.21%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010011100.170.080.533279.0943.14
Hex78646F01183514792b
Octal17014415702110655071153
Binary11110001100100110111101000110001101011010001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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