Html Css Color HEX #887B88 Old Lavender

📋 copy color: '#887B88'

red 136 ◦ green 123 ◦ blue 136

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

Shades of Old Lavender #887B88

Tints of Old Lavender #887B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.14%

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 34.43%
G = 31.14%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#887B88 (or 0x887B88) is known color: Old Lavender. HEX triplet: 88, 7B and 88. RGB value is (136,123,136). Sum of RGB (Red+Green+Blue) = 136+123+136=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #887B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887B88 is #778477. Grayscale: #808080. Windows color (decimal): -7832696 or 8944520. OLE color: 8944520.

HSL color Cylindrical-coordinate representation of color #887B88: hue angle of 300º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #887B88 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 123 136 -
CMYK 0 0.10 0 0.47
HSL 300º 0.05% 0.51% -
HSV(B) 300º 0.1% 0.53% -
XYZ 21.68 21.18 26.24 -
YUV 128.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 136 123 136 0 0.10 0 0.47 300 0.05 0.51
Hex 88 7B 88 0 A 0 2F 12C 5 33
Octal 210 173 210 0 12 0 57 454 5 63
Binary 10001000 1111011 10001000 0 1010 0 101111 100101100 101 110011

Color Harmonies of #887B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887B88

Black with #887B88

Text Example


Text Example

White with #887B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,123,136); }

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

background-color css

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

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

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

border-color css

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

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

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