#78656C

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

Shades of Scorpion #78656C

Tints of Scorpion #78656C

Color information

#78656C (or 0x78656C) is unknown color: approx Scorpion. HEX triplet: 78, 65 and 6C. RGB value is (120,101,108). Sum of RGB (Red+Green+Blue) = 120+101+108=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #78656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78656C is #879A93. Grayscale: #6B6B6B. Windows color (decimal): -8886932 or 7103864. OLE color: 7103864.

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

Color convert

RGB120101108-
CMYK00.160.100.53
HSL337.89º8.6%43.33%-
HSV(B)337.89º15.83%47.06%-
XYZ15.1114.3816.17-
YUV107.48128.29136.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=36.47%
G=30.70%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010110800.160.100.53337.898.643.33
Hex78656C010A3515292b
Octal17014515402012655221153
Binary11110001100101110110001000010101101011010100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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