#78626C

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

Shades of Scorpion #78626C

Tints of Scorpion #78626C

Color information

#78626C (or 0x78626C) is unknown color: approx Scorpion. HEX triplet: 78, 62 and 6C. RGB value is (120,98,108). Sum of RGB (Red+Green+Blue) = 120+98+108=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #78626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78626C is #879D93. Grayscale: #696969. Windows color (decimal): -8887700 or 7103096. OLE color: 7103096.

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

Color convert

RGB12098108-
CMYK00.180.100.53
HSL332.73º10.09%42.75%-
HSV(B)332.73º18.33%47.06%-
XYZ14.8213.8116.07-
YUV105.72129.29138.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=36.81%
G=30.06%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209810800.180.100.53332.7310.0942.75
Hex78626C012A3514da2b
Octal17014215402212655151253
Binary11110001100010110110001001010101101011010011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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