Html Css Color HEX #807779 Empress

📋 copy color: '#807779'

red 128 ◦ green 119 ◦ blue 121

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

Shades of Empress #807779

Tints of Empress #807779

RGB

 RED value IS 128 (50.39% from 255) = 34.78%

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

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

R = 34.78%
G = 32.34%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#807779 (or 0x807779) is known color: Empress. HEX triplet: 80, 77 and 79. RGB value is (128,119,121). Sum of RGB (Red+Green+Blue) = 128+119+121=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 128 - color contains mainly: red. Hex color #807779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807779 is #7F8886. Grayscale: #797979. Windows color (decimal): -8358023 or 7960448. OLE color: 7960448.

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

Color convert

RGB 128 119 121 -
CMYK 0 0.07 0.05 0.50
HSL 346.67º 0.04% 0.48% -
HSV(B) 346.67º 0.07% 0.5% -
XYZ 18.95 19.16 20.79 -
YUV 121.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 128 119 121 0 0.07 0.05 0.50 346.67 0.04 0.48
Hex 80 77 79 0 7 5 32 15B 4 30
Octal 200 167 171 0 7 5 62 533 4 60
Binary 10000000 1110111 1111001 0 111 101 110010 101011011 100 110000

Color Harmonies of #807779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807779

Black with #807779

Text Example


Text Example

White with #807779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807779; }

 p { color: rgb(128,119,121); }

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

background-color css

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

 a { background-color: rgb(128,119,121); }

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

border-color css

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

 span { border-color: rgb(128,119,121); }

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