Html Css Color HEX #887071 Empress

📋 copy color: '#887071'

red 136 ◦ green 112 ◦ blue 113

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

Shades of Empress #887071

Tints of Empress #887071

RGB

 RED value IS 136 (53.52% from 255) = 37.67%

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

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

R = 37.67%
G = 31.02%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#887071 (or 0x887071) is known color: Empress. HEX triplet: 88, 70 and 71. RGB value is (136,112,113). Sum of RGB (Red+Green+Blue) = 136+112+113=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #887071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887071 is #778F8E. Grayscale: #777777. Windows color (decimal): -7835535 or 7434376. OLE color: 7434376.

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

Color convert

RGB 136 112 113 -
CMYK 0 0.18 0.17 0.47
HSL 357.5º 0.1% 0.49% -
HSV(B) 357.5º 0.18% 0.53% -
XYZ 18.93 18.01 18.1 -
YUV 119.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 136 112 113 0 0.18 0.17 0.47 357.5 0.1 0.49
Hex 88 70 71 0 12 11 2F 166 A 31
Octal 210 160 161 0 22 21 57 546 12 61
Binary 10001000 1110000 1110001 0 10010 10001 101111 101100110 1010 110001

Color Harmonies of #887071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887071

Black with #887071

Text Example


Text Example

White with #887071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887071; }

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

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

background-color css

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

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

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

border-color css

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

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

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