Html Css Color HEX #807177 Empress

📋 copy color: '#807177'

red 128 ◦ green 113 ◦ blue 119

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

Shades of Empress #807177

Tints of Empress #807177

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.39%

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

R = 35.56%
G = 31.39%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#807177 (or 0x807177) is known color: Empress. HEX triplet: 80, 71 and 77. RGB value is (128,113,119). Sum of RGB (Red+Green+Blue) = 128+113+119=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 128 - color contains mainly: red. Hex color #807177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807177 is #7F8E88. Grayscale: #767676. Windows color (decimal): -8359561 or 7827840. OLE color: 7827840.

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

Color convert

RGB 128 113 119 -
CMYK 0 0.12 0.07 0.50
HSL 336º 0.06% 0.47% -
HSV(B) 336º 0.12% 0.5% -
XYZ 18.14 17.73 19.92 -
YUV 118.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 128 113 119 0 0.12 0.07 0.50 336 0.06 0.47
Hex 80 71 77 0 C 7 32 150 6 2F
Octal 200 161 167 0 14 7 62 520 6 57
Binary 10000000 1110001 1110111 0 1100 111 110010 101010000 110 101111

Color Harmonies of #807177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807177

Black with #807177

Text Example


Text Example

White with #807177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807177; }

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

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

background-color css

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

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

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

border-color css

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

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

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