Html Css Color HEX #877071 Empress

📋 copy color: '#877071'

red 135 ◦ green 112 ◦ blue 113

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

Shades of Empress #877071

Tints of Empress #877071

RGB

 RED value IS 135 (53.13% from 255) = 37.5%

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 37.5%
G = 31.11%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#877071 (or 0x877071) is known color: Empress. HEX triplet: 87, 70 and 71. RGB value is (135,112,113). Sum of RGB (Red+Green+Blue) = 135+112+113=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #877071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877071 is #788F8E. Grayscale: #777777. Windows color (decimal): -7901071 or 7434375. OLE color: 7434375.

HSL color Cylindrical-coordinate representation of color #877071: hue angle of 357.39º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #877071 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 112 113 -
CMYK 0 0.17 0.16 0.47
HSL 357.39º 0.09% 0.48% -
HSV(B) 357.39º 0.17% 0.53% -
XYZ 18.77 17.93 18.09 -
YUV 118.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 135 112 113 0 0.17 0.16 0.47 357.39 0.09 0.48
Hex 87 70 71 0 11 10 2F 165 9 30
Octal 207 160 161 0 21 20 57 545 11 60
Binary 10000111 1110000 1110001 0 10001 10000 101111 101100101 1001 110000

Color Harmonies of #877071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877071

Black with #877071

Text Example


Text Example

White with #877071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877071; }

 p { color: rgb(135,112,113); }

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

background-color css

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

 a { background-color: rgb(135,112,113); }

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

border-color css

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

 span { border-color: rgb(135,112,113); }

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