Html Css Color HEX #887072 Empress

📋 copy color: '#887072'

red 136 ◦ green 112 ◦ blue 114

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

Shades of Empress #887072

Tints of Empress #887072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 37.57%
G = 30.94%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#887072 (or 0x887072) is known color: Empress. HEX triplet: 88, 70 and 72. RGB value is (136,112,114). Sum of RGB (Red+Green+Blue) = 136+112+114=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #887072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887072 is #778F8D. Grayscale: #777777. Windows color (decimal): -7835534 or 7499912. OLE color: 7499912.

HSL color Cylindrical-coordinate representation of color #887072: hue angle of 355º 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 #887072 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 112 114 -
CMYK 0 0.18 0.16 0.47
HSL 355º 0.1% 0.49% -
HSV(B) 355º 0.18% 0.53% -
XYZ 18.98 18.04 18.4 -
YUV 119.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 136 112 114 0 0.18 0.16 0.47 355 0.1 0.49
Hex 88 70 72 0 12 10 2F 163 A 31
Octal 210 160 162 0 22 20 57 543 12 61
Binary 10001000 1110000 1110010 0 10010 10000 101111 101100011 1010 110001

Color Harmonies of #887072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887072

Black with #887072

Text Example


Text Example

White with #887072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887072; }

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

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

background-color css

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

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

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

border-color css

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

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

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