#7a7e82

#7a7e82 color hex

#7a7e82 hex color information.
RGB value of #7a7e82 is (122,126,130)
Change page background color to #7a7e82 | Reset

#7a7e82 rgb color chart

Color spaces of #7a7e82

RGB 122126130
HSL0.580.030.49
HSV210°51°
CMYK 0.060.030.00   0.49
XYZ19.516220.671024.0804
Yxy20.67100.30370.3216
Hunter Lab45.4654-2.94250.4232
CIE-Lab52.5875-0.6584-2.6934

Shades of #7a7e82

Tints of #7a7e82

RGB Percentages of Color #7a7e82

%32.28
%33.33
%34.39

CMYK Percentages of Color #7a7e82

%6
%3
%0
%49

#7a7e82 Color Info

#7a7e82 hex color red value is 122, green value is 126 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #7a7e82 hue: 0.58 , saturation: 0.03 and the lightness value of 7a7e82 is 0.49.

The process color (four color CMYK) of #7a7e82 hex color is 0.06, 0.03, 0.00, 0.49. Web safe color of #7a7e82 is #666699

Color #7a7e82 contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01111110 10000010
Octal 172 176 202
Decimal 122 126 130
Hexadecimal 7A 7E 82

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #7a7e82

Triadic Colors of #7a7e82

#7a7e82 #827a7e #7e827a

Analogous Colors of #7a7e82

#7a7e82 #7a7a82 #7a8281

Complementary Color of #7a7e82

#7a7e82 #827d7a

#7a7e82 HSL Color Chart
#7a7e82 hsl color chart
#7a7e82 RGB Color Chart

#7a7e82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a7e82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a7e82 Color CSS Codes

.mybgcolor {background-color:#7a7e82; } 
.myforecolor {color:#7a7e82; }
.mybordercolor {border:3px solid #7a7e82; }
Sample text font color #7a7e82

This sample text font color is #7a7e82
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#7a7e82">Text here</p>
#7a7e82 background color

This div background color is #7a7e82

<div style="background-color:#7a7e82">
Div content here</div>
#7a7e82 border color

This div border color is #7a7e82

<div style="border:3px solid #7a7e82">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #7a7e82 Color Sample
#7a7e82border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(122,126,130, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #7a7e82; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #7a7e82;
  -webkit-box-shadow: 1px 1px 3px 2px #7a7e82;
  box-shadow:         1px 1px 3px 2px #7a7e82; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,126,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7a7e82">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #7a7e82

<div style="-moz-box-shadow: 1px 1px 3px 2px #7a7e82;
  -webkit-box-shadow: 1px 1px 3px 2px #7a7e82;
  box-shadow:         1px 1px 3px 2px #7a7e82;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top