Html Css Color HEX #7A626F Scorpion

📋 copy color: '#7A626F'

red 122 ◦ green 98 ◦ blue 111

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

Shades of Scorpion #7A626F

Tints of Scorpion #7A626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 36.86%
G = 29.61%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7A626F (or 0x7A626F) is known color: Scorpion. HEX triplet: 7A, 62 and 6F. RGB value is (122,98,111). Sum of RGB (Red+Green+Blue) = 122+98+111=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A626F is #859D90. Grayscale: #6A6A6A. Windows color (decimal): -8756625 or 7299706. OLE color: 7299706.

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

Color convert

RGB 122 98 111 -
CMYK 0 0.20 0.09 0.52
HSL 327.5º 0.11% 0.43% -
HSV(B) 327.5º 0.2% 0.48% -
XYZ 15.26 14.02 16.94 -
YUV 106.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 122 98 111 0 0.20 0.09 0.52 327.5 0.11 0.43
Hex 7A 62 6F 0 14 9 34 148 B 2B
Octal 172 142 157 0 24 11 64 510 13 53
Binary 1111010 1100010 1101111 0 10100 1001 110100 101001000 1011 101011

Color Harmonies of #7A626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A626F

Black with #7A626F

Text Example


Text Example

White with #7A626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,98,111); }

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

background-color css

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

 a { background-color: rgb(122,98,111); }

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

border-color css

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

 span { border-color: rgb(122,98,111); }

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