Html Css Color HEX #887274 Empress

📋 copy color: '#887274'

red 136 ◦ green 114 ◦ blue 116

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

Shades of Empress #887274

Tints of Empress #887274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.15%

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

R = 37.16%
G = 31.15%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#887274 (or 0x887274) is known color: Empress. HEX triplet: 88, 72 and 74. RGB value is (136,114,116). Sum of RGB (Red+Green+Blue) = 136+114+116=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 136 - color contains mainly: red. Hex color #887274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887274 is #778D8B. Grayscale: #787878. Windows color (decimal): -7835020 or 7631496. OLE color: 7631496.

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

Color convert

RGB 136 114 116 -
CMYK 0 0.16 0.15 0.47
HSL 354.55º 0.09% 0.49% -
HSV(B) 354.55º 0.16% 0.53% -
XYZ 19.32 18.53 19.08 -
YUV 120.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 136 114 116 0 0.16 0.15 0.47 354.55 0.09 0.49
Hex 88 72 74 0 10 F 2F 163 9 31
Octal 210 162 164 0 20 17 57 543 11 61
Binary 10001000 1110010 1110100 0 10000 1111 101111 101100011 1001 110001

Color Harmonies of #887274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887274

Black with #887274

Text Example


Text Example

White with #887274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887274; }

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

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

background-color css

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

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

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

border-color css

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

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

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