#7A616D

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

Shades of Scorpion #7A616D

Tints of Scorpion #7A616D

Color information

#7A616D (or 0x7A616D) is unknown color: approx Scorpion. HEX triplet: 7A, 61 and 6D. RGB value is (122,97,109). Sum of RGB (Red+Green+Blue) = 122+97+109=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A616D is #859E92. Grayscale: #696969. Windows color (decimal): -8756883 or 7168378. OLE color: 7168378.

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

Color convert

RGB12297109-
CMYK00.200.110.52
HSL331.2º11.42%42.94%-
HSV(B)331.2º20.49%47.84%-
XYZ15.0613.7916.34-
YUV105.84129.78139.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.20%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 109 (42.97% from 255) = 33.23%
R=37.20%
G=29.57%
B=33.23%

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
Decimal1229710900.200.110.52331.211.4242.94
Hex7A616D014B3414bb2b
Octal17214115502413645131353
Binary11110101100001110110101010010111101001010010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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