#7A646C

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

Shades of Scorpion #7A646C

Tints of Scorpion #7A646C

Color information

#7A646C (or 0x7A646C) is unknown color: approx Scorpion. HEX triplet: 7A, 64 and 6C. RGB value is (122,100,108). Sum of RGB (Red+Green+Blue) = 122+100+108=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A646C is #859B93. Grayscale: #6B6B6B. Windows color (decimal): -8756116 or 7103610. OLE color: 7103610.

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

Color convert

RGB122100108-
CMYK00.180.110.52
HSL338.18º9.91%43.53%-
HSV(B)338.18º18.03%47.84%-
XYZ15.2914.3316.15-
YUV107.49128.29138.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=36.97%
G=30.30%
B=32.73%

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
Decimal12210010800.180.110.52338.189.9143.53
Hex7A646C012B34152a2c
Octal17214415402213645221254
Binary11110101100100110110001001010111101001010100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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