#7A626C

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

Shades of Scorpion #7A626C

Tints of Scorpion #7A626C

Color information

#7A626C (or 0x7A626C) is unknown color: approx Scorpion. HEX triplet: 7A, 62 and 6C. RGB value is (122,98,108). Sum of RGB (Red+Green+Blue) = 122+98+108=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A626C is #859D93. Grayscale: #6A6A6A. Windows color (decimal): -8756628 or 7103098. OLE color: 7103098.

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

Color convert

RGB12298108-
CMYK00.200.110.52
HSL335º10.91%43.14%-
HSV(B)335º19.67%47.84%-
XYZ15.113.9616.09-
YUV106.32128.95139.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.20%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=37.20%
G=29.88%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229810800.200.110.5233510.9143.14
Hex7A626C014B3414fb2b
Octal17214215402413645171353
Binary11110101100010110110001010010111101001010011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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