Html Css Color HEX #7A646D Scorpion

📋 copy color: '#7A646D'

red 122 ◦ green 100 ◦ blue 109

#7A646D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #7A646D

Tints of Scorpion #7A646D

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 value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A646D (or 0x7A646D) is known color: 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

RGB 122 100 109 -
CMYK 0 0.18 0.11 0.52
HSL 335.45º 0.1% 0.44% -
HSV(B) 335.45º 0.18% 0.48% -
XYZ 15.34 14.36 16.43 -
YUV 107.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 122 100 109 0 0.18 0.11 0.52 335.45 0.1 0.44
Hex 7A 64 6D 0 12 B 34 14F A 2C
Octal 172 144 155 0 22 13 64 517 12 54
Binary 1111010 1100100 1101101 0 10010 1011 110100 101001111 1010 101100

Color Harmonies of #7A646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A646D

Black with #7A646D

Text Example


Text Example

White with #7A646D

Text Example


Text Example

HTML Codes & Css Web 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>