Html Css Color HEX #7A646E Scorpion

📋 copy color: '#7A646E'

red 122 ◦ green 100 ◦ blue 110

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

Shades of Scorpion #7A646E

Tints of Scorpion #7A646E

RGB

 RED value IS 122 (48.05% from 255) = 36.75%

 GREEN value IS 100 (39.45% from 255) = 30.12%

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 36.75%
G = 30.12%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A646E (or 0x7A646E) is known color: Scorpion. HEX triplet: 7A, 64 and 6E. RGB value is (122,100,110). Sum of RGB (Red+Green+Blue) = 122+100+110=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A646E is #859B91. Grayscale: #6B6B6B. Windows color (decimal): -8756114 or 7234682. OLE color: 7234682.

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

Color convert

RGB 122 100 110 -
CMYK 0 0.18 0.10 0.52
HSL 332.73º 0.1% 0.44% -
HSV(B) 332.73º 0.18% 0.48% -
XYZ 15.4 14.38 16.72 -
YUV 107.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 122 100 110 0 0.18 0.10 0.52 332.73 0.1 0.44
Hex 7A 64 6E 0 12 A 34 14D A 2C
Octal 172 144 156 0 22 12 64 515 12 54
Binary 1111010 1100100 1101110 0 10010 1010 110100 101001101 1010 101100

Color Harmonies of #7A646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A646E

Black with #7A646E

Text Example


Text Example

White with #7A646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A646E;
 }
 .AnyTagClassName
 {
   color: #7A646E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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