Html Css Color HEX #887074 Empress

📋 copy color: '#887074'

red 136 ◦ green 112 ◦ blue 116

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

Shades of Empress #887074

Tints of Empress #887074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.87%

R = 37.36%
G = 30.77%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#887074 (or 0x887074) is known color: Empress. HEX triplet: 88, 70 and 74. RGB value is (136,112,116). Sum of RGB (Red+Green+Blue) = 136+112+116=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #887074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887074 is #778F8B. Grayscale: #777777. Windows color (decimal): -7835532 or 7630984. OLE color: 7630984.

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

Color convert

RGB 136 112 116 -
CMYK 0 0.18 0.15 0.47
HSL 350º 0.1% 0.49% -
HSV(B) 350º 0.18% 0.53% -
XYZ 19.1 18.08 19.01 -
YUV 119.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 136 112 116 0 0.18 0.15 0.47 350 0.1 0.49
Hex 88 70 74 0 12 F 2F 15E A 31
Octal 210 160 164 0 22 17 57 536 12 61
Binary 10001000 1110000 1110100 0 10010 1111 101111 101011110 1010 110001

Color Harmonies of #887074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887074

Black with #887074

Text Example


Text Example

White with #887074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887074; }

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

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

background-color css

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

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

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

border-color css

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

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

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