#78646E

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

Shades of Scorpion #78646E

Tints of Scorpion #78646E

Color information

#78646E (or 0x78646E) is unknown color: approx Scorpion. HEX triplet: 78, 64 and 6E. RGB value is (120,100,110). Sum of RGB (Red+Green+Blue) = 120+100+110=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #78646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78646E is #879B91. Grayscale: #6B6B6B. Windows color (decimal): -8887186 or 7234680. OLE color: 7234680.

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

Color convert

RGB120100110-
CMYK00.170.080.53
HSL330º9.09%43.14%-
HSV(B)330º16.67%47.06%-
XYZ15.1214.2316.7-
YUV107.12129.63137.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=36.36%
G=30.30%
B=33.33%

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
Decimal12010011000.170.080.533309.0943.14
Hex78646E01183514a92b
Octal17014415602110655121153
Binary11110001100100110111001000110001101011010010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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