Html Css Color HEX #886D84 Old Lavender

📋 copy color: '#886D84'

red 136 ◦ green 109 ◦ blue 132

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

Shades of Old Lavender #886D84

Tints of Old Lavender #886D84

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.91%

 BLUE value IS 132 (51.95% from 255) = 35.01%

R = 36.07%
G = 28.91%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#886D84 (or 0x886D84) is known color: Old Lavender. HEX triplet: 88, 6D and 84. RGB value is (136,109,132). Sum of RGB (Red+Green+Blue) = 136+109+132=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #886D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886D84 is #77927B. Grayscale: #777777. Windows color (decimal): -7836284 or 8678792. OLE color: 8678792.

HSL color Cylindrical-coordinate representation of color #886D84: hue angle of 308.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #886D84 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 109 132 -
CMYK 0 0.20 0.03 0.47
HSL 308.89º 0.11% 0.48% -
HSV(B) 308.89º 0.2% 0.53% -
XYZ 19.79 17.84 24.23 -
YUV 119.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 136 109 132 0 0.20 0.03 0.47 308.89 0.11 0.48
Hex 88 6D 84 0 14 3 2F 135 B 30
Octal 210 155 204 0 24 3 57 465 13 60
Binary 10001000 1101101 10000100 0 10100 11 101111 100110101 1011 110000

Color Harmonies of #886D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D84

Black with #886D84

Text Example


Text Example

White with #886D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,109,132); }

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

background-color css

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

 a { background-color: rgb(136,109,132); }

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

border-color css

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

 span { border-color: rgb(136,109,132); }

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