Html Css Color HEX #7E7578 Empress

📋 copy color: '#7E7578'

red 126 ◦ green 117 ◦ blue 120

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

Shades of Empress #7E7578

Tints of Empress #7E7578

RGB

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

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

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

R = 34.71%
G = 32.23%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7E7578 (or 0x7E7578) is known color: Empress. HEX triplet: 7E, 75 and 78. RGB value is (126,117,120). Sum of RGB (Red+Green+Blue) = 126+117+120=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7578 is #818A87. Grayscale: #787878. Windows color (decimal): -8489608 or 7894398. OLE color: 7894398.

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

Color convert

RGB 126 117 120 -
CMYK 0 0.07 0.05 0.51
HSL 340º 0.04% 0.48% -
HSV(B) 340º 0.07% 0.49% -
XYZ 18.36 18.51 20.38 -
YUV 120.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 126 117 120 0 0.07 0.05 0.51 340 0.04 0.48
Hex 7E 75 78 0 7 5 33 154 4 30
Octal 176 165 170 0 7 5 63 524 4 60
Binary 1111110 1110101 1111000 0 111 101 110011 101010100 100 110000

Color Harmonies of #7E7578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7578

Black with #7E7578

Text Example


Text Example

White with #7E7578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,117,120); }

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

background-color css

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

 a { background-color: rgb(126,117,120); }

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

border-color css

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

 span { border-color: rgb(126,117,120); }

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