Html Css Color HEX #877887 Old Lavender

📋 copy color: '#877887'

red 135 ◦ green 120 ◦ blue 135

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

Shades of Old Lavender #877887

Tints of Old Lavender #877887

RGB

 RED value IS 135 (53.13% from 255) = 34.62%

 GREEN value IS 120 (47.27% from 255) = 30.77%

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 34.62%
G = 30.77%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#877887 (or 0x877887) is known color: Old Lavender. HEX triplet: 87, 78 and 87. RGB value is (135,120,135). Sum of RGB (Red+Green+Blue) = 135+120+135=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #877887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877887 is #788778. Grayscale: #7E7E7E. Windows color (decimal): -7899001 or 8878215. OLE color: 8878215.

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

Color convert

RGB 135 120 135 -
CMYK 0 0.11 0 0.47
HSL 300º 0.06% 0.5% -
HSV(B) 300º 0.11% 0.53% -
XYZ 21.08 20.33 25.74 -
YUV 126.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 135 120 135 0 0.11 0 0.47 300 0.06 0.5
Hex 87 78 87 0 B 0 2F 12C 6 32
Octal 207 170 207 0 13 0 57 454 6 62
Binary 10000111 1111000 10000111 0 1011 0 101111 100101100 110 110010

Color Harmonies of #877887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877887

Black with #877887

Text Example


Text Example

White with #877887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877887; }

 p { color: rgb(135,120,135); }

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

background-color css

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

 a { background-color: rgb(135,120,135); }

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

border-color css

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

 span { border-color: rgb(135,120,135); }

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