#78616E

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

Shades of Scorpion #78616E

Tints of Scorpion #78616E

Color information

#78616E (or 0x78616E) is unknown color: approx Scorpion. HEX triplet: 78, 61 and 6E. RGB value is (120,97,110). Sum of RGB (Red+Green+Blue) = 120+97+110=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #78616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78616E is #879E91. Grayscale: #696969. Windows color (decimal): -8887954 or 7233912. OLE color: 7233912.

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

Color convert

RGB12097110-
CMYK00.190.080.53
HSL326.09º10.6%42.55%-
HSV(B)326.09º19.17%47.06%-
XYZ14.8313.6716.61-
YUV105.36130.62138.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=36.70%
G=29.66%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209711000.190.080.53326.0910.642.55
Hex78616E013835146b2b
Octal17014115602310655061353
Binary11110001100001110111001001110001101011010001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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