Html Css Color HEX #886B70 Empress

📋 copy color: '#886B70'

red 136 ◦ green 107 ◦ blue 112

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

Shades of Empress #886B70

Tints of Empress #886B70

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.14%

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 38.31%
G = 30.14%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#886B70 (or 0x886B70) is known color: Empress. HEX triplet: 88, 6B and 70. RGB value is (136,107,112). Sum of RGB (Red+Green+Blue) = 136+107+112=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #886B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B70 is #77948F. Grayscale: #747474. Windows color (decimal): -7836816 or 7367560. OLE color: 7367560.

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

Color convert

RGB 136 107 112 -
CMYK 0 0.21 0.18 0.47
HSL 349.66º 0.12% 0.48% -
HSV(B) 349.66º 0.21% 0.53% -
XYZ 18.34 16.92 17.63 -
YUV 116.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 136 107 112 0 0.21 0.18 0.47 349.66 0.12 0.48
Hex 88 6B 70 0 15 12 2F 15E C 30
Octal 210 153 160 0 25 22 57 536 14 60
Binary 10001000 1101011 1110000 0 10101 10010 101111 101011110 1100 110000

Color Harmonies of #886B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B70

Black with #886B70

Text Example


Text Example

White with #886B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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