Html Css Color HEX #887C89 Old Lavender

📋 copy color: '#887C89'

red 136 ◦ green 124 ◦ blue 137

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

Shades of Old Lavender #887C89

Tints of Old Lavender #887C89

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 34.26%
G = 31.23%
B = 34.51%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#887C89 (or 0x887C89) is known color: Old Lavender. HEX triplet: 88, 7C and 89. RGB value is (136,124,137). Sum of RGB (Red+Green+Blue) = 136+124+137=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 137 - color contains mainly: blue. Hex color #887C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C89 is #778376. Grayscale: #818181. Windows color (decimal): -7832439 or 9010312. OLE color: 9010312.

HSL color Cylindrical-coordinate representation of color #887C89: hue angle of 295.38º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #887C89 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 136 124 137 -
CMYK 0.01 0.09 0 0.46
HSL 295.38º 0.05% 0.51% -
HSV(B) 295.38º 0.09% 0.54% -
XYZ 21.88 21.46 26.66 -
YUV 129.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 136 124 137 0.01 0.09 0 0.46 295.38 0.05 0.51
Hex 88 7C 89 1 9 0 2E 127 5 33
Octal 210 174 211 1 11 0 56 447 5 63
Binary 10001000 1111100 10001001 1 1001 0 101110 100100111 101 110011

Color Harmonies of #887C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C89

Black with #887C89

Text Example


Text Example

White with #887C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887C89; }

 p { color: rgb(136,124,137); }

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

background-color css

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

 a { background-color: rgb(136,124,137); }

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

border-color css

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

 span { border-color: rgb(136,124,137); }

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