#7A626E

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

Shades of Scorpion #7A626E

Tints of Scorpion #7A626E

Color information

#7A626E (or 0x7A626E) is unknown color: approx Scorpion. HEX triplet: 7A, 62 and 6E. RGB value is (122,98,110). Sum of RGB (Red+Green+Blue) = 122+98+110=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A626E is #859D91. Grayscale: #6A6A6A. Windows color (decimal): -8756626 or 7234170. OLE color: 7234170.

HSL color Cylindrical-coordinate representation of color #7A626E: hue angle of 330º 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 #7A626E is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB12298110-
CMYK00.200.100.52
HSL330º10.91%43.14%-
HSV(B)330º19.67%47.84%-
XYZ15.211416.65-
YUV106.54129.95139.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=36.97%
G=29.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229811000.200.100.5233010.9143.14
Hex7A626E014A3414ab2b
Octal17214215602412645121353
Binary11110101100010110111001010010101101001010010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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