#7A626F

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

Shades of Scorpion #7A626F

Tints of Scorpion #7A626F

Color information

#7A626F (or 0x7A626F) is unknown color: approx Scorpion. HEX triplet: 7A, 62 and 6F. RGB value is (122,98,111). Sum of RGB (Red+Green+Blue) = 122+98+111=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A626F is #859D90. Grayscale: #6A6A6A. Windows color (decimal): -8756625 or 7299706. OLE color: 7299706.

HSL color Cylindrical-coordinate representation of color #7A626F: hue angle of 327.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A626F is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB12298111-
CMYK00.200.090.52
HSL327.5º10.91%43.14%-
HSV(B)327.5º19.67%47.84%-
XYZ15.2614.0216.94-
YUV106.66130.45138.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=36.86%
G=29.61%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229811100.200.090.52327.510.9143.14
Hex7A626F014934148b2b
Octal17214215702411645101353
Binary11110101100010110111101010010011101001010010001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A626F; }

 p { color: rgb(122,98,111); }

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

<style>
 a { background-color: #7A626F; }

 a { background-color: rgb(122,98,111); }

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

<style>
 span { border-color: #7A626F; }

 span { border-color: rgb(122,98,111); }

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