Html Css Color HEX #807377 Empress

📋 copy color: '#807377'

red 128 ◦ green 115 ◦ blue 119

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

Shades of Empress #807377

Tints of Empress #807377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

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

R = 35.36%
G = 31.77%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#807377 (or 0x807377) is known color: Empress. HEX triplet: 80, 73 and 77. RGB value is (128,115,119). Sum of RGB (Red+Green+Blue) = 128+115+119=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 128 - color contains mainly: red. Hex color #807377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807377 is #7F8C88. Grayscale: #777777. Windows color (decimal): -8359049 or 7828352. OLE color: 7828352.

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

Color convert

RGB 128 115 119 -
CMYK 0 0.10 0.07 0.50
HSL 341.54º 0.05% 0.48% -
HSV(B) 341.54º 0.1% 0.5% -
XYZ 18.36 18.18 19.99 -
YUV 119.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 128 115 119 0 0.10 0.07 0.50 341.54 0.05 0.48
Hex 80 73 77 0 A 7 32 156 5 30
Octal 200 163 167 0 12 7 62 526 5 60
Binary 10000000 1110011 1110111 0 1010 111 110010 101010110 101 110000

Color Harmonies of #807377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807377

Black with #807377

Text Example


Text Example

White with #807377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807377; }

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

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

background-color css

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

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

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

border-color css

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

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

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