#886B72

Color #886B72 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #886B72

Tints of Empress #886B72

Color information

#886B72 (or 0x886B72) is unknown color: approx Empress. HEX triplet: 88, 6B and 72. RGB value is (136,107,114). Sum of RGB (Red+Green+Blue) = 136+107+114=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #886B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B72 is #77948D. Grayscale: #747474. Windows color (decimal): -7836814 or 7498632. OLE color: 7498632.

HSL color Cylindrical-coordinate representation of color #886B72: hue angle of 345.52º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #886B72 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB136107114-
CMYK00.210.160.47
HSL345.52º11.93%47.65%-
HSV(B)345.52º21.32%53.33%-
XYZ18.4516.9618.22-
YUV116.47126.61141.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=38.10%
G=29.97%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610711400.210.160.47345.5211.9347.65
Hex886B72015102F15ac30
Octal21015316202520575321460
Binary1000100011010111110010010101100001011111010110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886B72; }

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

 H1.HeaderClassName
 {
   color: #886B72;
 }
 .AnyTagClassName
 {
   color: #886B72;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #886B72;
 }
 .BgClassName
 {
   background-color: #886B72;
 }
</style>
border-color css

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

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

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