#78606C

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

Shades of Scorpion #78606C

Tints of Scorpion #78606C

Color information

#78606C (or 0x78606C) is unknown color: approx Scorpion. HEX triplet: 78, 60 and 6C. RGB value is (120,96,108). Sum of RGB (Red+Green+Blue) = 120+96+108=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #78606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78606C is #879F93. Grayscale: #686868. Windows color (decimal): -8888212 or 7102584. OLE color: 7102584.

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

Color convert

RGB12096108-
CMYK00.20.100.53
HSL330º11.11%42.35%-
HSV(B)330º20%47.06%-
XYZ14.6413.4416.01-
YUV104.54129.95139.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=37.04%
G=29.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209610800.20.100.5333011.1142.35
Hex78606C014A3514ab2a
Octal17014015402412655121352
Binary11110001100000110110001010010101101011010010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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