#78626B

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

Shades of Scorpion #78626B

Tints of Scorpion #78626B

Color information

#78626B (or 0x78626B) is unknown color: approx Scorpion. HEX triplet: 78, 62 and 6B. RGB value is (120,98,107). Sum of RGB (Red+Green+Blue) = 120+98+107=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #78626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78626B is #879D94. Grayscale: #696969. Windows color (decimal): -8887701 or 7037560. OLE color: 7037560.

HSL color Cylindrical-coordinate representation of color #78626B: hue angle of 335.45º 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 #78626B is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12098107-
CMYK00.180.110.53
HSL335.45º10.09%42.75%-
HSV(B)335.45º18.33%47.06%-
XYZ14.7713.7915.79-
YUV105.6128.79138.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=36.92%
G=30.15%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209810700.180.110.53335.4510.0942.75
Hex78626B012B3514fa2b
Octal17014215302213655171253
Binary11110001100010110101101001010111101011010011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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