#7A646D

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

Shades of Scorpion #7A646D

Tints of Scorpion #7A646D

Color information

#7A646D (or 0x7A646D) is unknown color: approx Scorpion. HEX triplet: 7A, 64 and 6D. RGB value is (122,100,109). Sum of RGB (Red+Green+Blue) = 122+100+109=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A646D is #859B92. Grayscale: #6B6B6B. Windows color (decimal): -8756115 or 7169146. OLE color: 7169146.

HSL color Cylindrical-coordinate representation of color #7A646D: hue angle of 335.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A646D is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB122100109-
CMYK00.180.110.52
HSL335.45º9.91%43.53%-
HSV(B)335.45º18.03%47.84%-
XYZ15.3414.3616.43-
YUV107.6128.79138.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=36.86%
G=30.21%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210010900.180.110.52335.459.9143.53
Hex7A646D012B3414fa2c
Octal17214415502213645171254
Binary11110101100100110110101001010111101001010011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,100,109); }

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

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

 a { background-color: rgb(122,100,109); }

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

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

 span { border-color: rgb(122,100,109); }

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