Html Css Color HEX #7E797A Empress

📋 copy color: '#7E797A'

red 126 ◦ green 121 ◦ blue 122

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

Shades of Empress #7E797A

Tints of Empress #7E797A

RGB

 RED value IS 126 (49.61% from 255) = 34.15%

 GREEN value IS 121 (47.66% from 255) = 32.79%

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 34.15%
G = 32.79%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7E797A (or 0x7E797A) is known color: Empress. HEX triplet: 7E, 79 and 7A. RGB value is (126,121,122). Sum of RGB (Red+Green+Blue) = 126+121+122=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 126 - color contains mainly: red. Hex color #7E797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E797A is #818685. Grayscale: #7A7A7A. Windows color (decimal): -8488582 or 8026494. OLE color: 8026494.

HSL color Cylindrical-coordinate representation of color #7E797A: hue angle of 348º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7E797A is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 121 122 -
CMYK 0 0.04 0.03 0.51
HSL 348º 0.02% 0.48% -
HSV(B) 348º 0.04% 0.49% -
XYZ 18.95 19.52 21.18 -
YUV 122.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 126 121 122 0 0.04 0.03 0.51 348 0.02 0.48
Hex 7E 79 7A 0 4 3 33 15C 2 30
Octal 176 171 172 0 4 3 63 534 2 60
Binary 1111110 1111001 1111010 0 100 11 110011 101011100 10 110000

Color Harmonies of #7E797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E797A

Black with #7E797A

Text Example


Text Example

White with #7E797A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,121,122); }

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

background-color css

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

 a { background-color: rgb(126,121,122); }

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

border-color css

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

 span { border-color: rgb(126,121,122); }

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