Html Css Color HEX #7A616E Scorpion

📋 copy color: '#7A616E'

red 122 ◦ green 97 ◦ blue 110

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

Shades of Scorpion #7A616E

Tints of Scorpion #7A616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 37.08%
G = 29.48%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A616E (or 0x7A616E) is known color: Scorpion. HEX triplet: 7A, 61 and 6E. RGB value is (122,97,110). Sum of RGB (Red+Green+Blue) = 122+97+110=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A616E is #859E91. Grayscale: #696969. Windows color (decimal): -8756882 or 7233914. OLE color: 7233914.

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

Color convert

RGB 122 97 110 -
CMYK 0 0.20 0.10 0.52
HSL 328.8º 0.11% 0.43% -
HSV(B) 328.8º 0.2% 0.48% -
XYZ 15.12 13.81 16.62 -
YUV 105.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 122 97 110 0 0.20 0.10 0.52 328.8 0.11 0.43
Hex 7A 61 6E 0 14 A 34 149 B 2B
Octal 172 141 156 0 24 12 64 511 13 53
Binary 1111010 1100001 1101110 0 10100 1010 110100 101001001 1011 101011

Color Harmonies of #7A616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A616E

Black with #7A616E

Text Example


Text Example

White with #7A616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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