Html Css Color HEX #887278 Empress

📋 copy color: '#887278'

red 136 ◦ green 114 ◦ blue 120

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

Shades of Empress #887278

Tints of Empress #887278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 36.76%
G = 30.81%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#887278 (or 0x887278) is known color: Empress. HEX triplet: 88, 72 and 78. RGB value is (136,114,120). Sum of RGB (Red+Green+Blue) = 136+114+120=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 136 - color contains mainly: red. Hex color #887278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887278 is #778D87. Grayscale: #797979. Windows color (decimal): -7835016 or 7893640. OLE color: 7893640.

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

Color convert

RGB 136 114 120 -
CMYK 0 0.16 0.12 0.47
HSL 343.64º 0.09% 0.49% -
HSV(B) 343.64º 0.16% 0.53% -
XYZ 19.56 18.62 20.33 -
YUV 121.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 136 114 120 0 0.16 0.12 0.47 343.64 0.09 0.49
Hex 88 72 78 0 10 C 2F 158 9 31
Octal 210 162 170 0 20 14 57 530 11 61
Binary 10001000 1110010 1111000 0 10000 1100 101111 101011000 1001 110001

Color Harmonies of #887278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887278

Black with #887278

Text Example


Text Example

White with #887278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887278; }

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

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

background-color css

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

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

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

border-color css

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

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

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