Html Css Color HEX #7D797A Empress

📋 copy color: '#7D797A'

red 125 ◦ green 121 ◦ blue 122

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

Shades of Empress #7D797A

Tints of Empress #7D797A

RGB

 RED value IS 125 (49.22% from 255) = 33.97%

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

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

R = 33.97%
G = 32.88%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D797A (or 0x7D797A) is known color: Empress. HEX triplet: 7D, 79 and 7A. RGB value is (125,121,122). Sum of RGB (Red+Green+Blue) = 125+121+122=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 125 - color contains mainly: red. Hex color #7D797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D797A is #828685. Grayscale: #7A7A7A. Windows color (decimal): -8554118 or 8026493. OLE color: 8026493.

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

Color convert

RGB 125 121 122 -
CMYK 0 0.03 0.02 0.51
HSL 345º 0.02% 0.48% -
HSV(B) 345º 0.03% 0.49% -
XYZ 18.81 19.44 21.17 -
YUV 122.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 125 121 122 0 0.03 0.02 0.51 345 0.02 0.48
Hex 7D 79 7A 0 3 2 33 159 2 30
Octal 175 171 172 0 3 2 63 531 2 60
Binary 1111101 1111001 1111010 0 11 10 110011 101011001 10 110000

Color Harmonies of #7D797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D797A

Black with #7D797A

Text Example


Text Example

White with #7D797A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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