Html Css Color HEX #7A7577 Empress

📋 copy color: '#7A7577'

red 122 ◦ green 117 ◦ blue 119

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

Shades of Empress #7A7577

Tints of Empress #7A7577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 34.08%
G = 32.68%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7A7577 (or 0x7A7577) is known color: Empress. HEX triplet: 7A, 75 and 77. RGB value is (122,117,119). Sum of RGB (Red+Green+Blue) = 122+117+119=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7577 is #858A88. Grayscale: #767676. Windows color (decimal): -8751753 or 7828858. OLE color: 7828858.

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

Color convert

RGB 122 117 119 -
CMYK 0 0.04 0.02 0.52
HSL 336º 0.02% 0.47% -
HSV(B) 336º 0.04% 0.48% -
XYZ 17.72 18.19 20.03 -
YUV 118.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 122 117 119 0 0.04 0.02 0.52 336 0.02 0.47
Hex 7A 75 77 0 4 2 34 150 2 2F
Octal 172 165 167 0 4 2 64 520 2 57
Binary 1111010 1110101 1110111 0 100 10 110100 101010000 10 101111

Color Harmonies of #7A7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7577

Black with #7A7577

Text Example


Text Example

White with #7A7577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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