Html Css Color HEX #7A7778 Empress

📋 copy color: '#7A7778'

red 122 ◦ green 119 ◦ blue 120

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

Shades of Empress #7A7778

Tints of Empress #7A7778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 33.8%
G = 32.96%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7A7778 (or 0x7A7778) is known color: Empress. HEX triplet: 7A, 77 and 78. RGB value is (122,119,120). Sum of RGB (Red+Green+Blue) = 122+119+120=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7778 is #858887. Grayscale: #787878. Windows color (decimal): -8751240 or 7894906. OLE color: 7894906.

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

Color convert

RGB 122 119 120 -
CMYK 0 0.02 0.02 0.52
HSL 340º 0.01% 0.47% -
HSV(B) 340º 0.02% 0.48% -
XYZ 18.01 18.69 20.43 -
YUV 120.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 122 119 120 0 0.02 0.02 0.52 340 0.01 0.47
Hex 7A 77 78 0 2 2 34 154 1 2F
Octal 172 167 170 0 2 2 64 524 1 57
Binary 1111010 1110111 1111000 0 10 10 110100 101010100 1 101111

Color Harmonies of #7A7778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7778

Black with #7A7778

Text Example


Text Example

White with #7A7778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,119,120); }

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

background-color css

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

 a { background-color: rgb(122,119,120); }

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

border-color css

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

 span { border-color: rgb(122,119,120); }

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