#78616C

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

Shades of Scorpion #78616C

Tints of Scorpion #78616C

Color information

#78616C (or 0x78616C) is unknown color: approx Scorpion. HEX triplet: 78, 61 and 6C. RGB value is (120,97,108). Sum of RGB (Red+Green+Blue) = 120+97+108=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #78616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78616C is #879E93. Grayscale: #696969. Windows color (decimal): -8887956 or 7102840. OLE color: 7102840.

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

Color convert

RGB12097108-
CMYK00.190.100.53
HSL331.3º10.6%42.55%-
HSV(B)331.3º19.17%47.06%-
XYZ14.7313.6316.04-
YUV105.13129.62138.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=36.92%
G=29.85%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209710800.190.100.53331.310.642.55
Hex78616C013A3514bb2b
Octal17014115402312655131353
Binary11110001100001110110001001110101101011010010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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