Html Css Color HEX #877086 Old Lavender

📋 copy color: '#877086'

red 135 ◦ green 112 ◦ blue 134

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

Shades of Old Lavender #877086

Tints of Old Lavender #877086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 35.43%
G = 29.4%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#877086 (or 0x877086) is known color: Old Lavender. HEX triplet: 87, 70 and 86. RGB value is (135,112,134). Sum of RGB (Red+Green+Blue) = 135+112+134=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #877086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877086 is #788F79. Grayscale: #797979. Windows color (decimal): -7901050 or 8810631. OLE color: 8810631.

HSL color Cylindrical-coordinate representation of color #877086: hue angle of 302.61º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #877086 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 112 134 -
CMYK 0 0.17 0.01 0.47
HSL 302.61º 0.09% 0.48% -
HSV(B) 302.61º 0.17% 0.53% -
XYZ 20.09 18.46 25.06 -
YUV 121.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 135 112 134 0 0.17 0.01 0.47 302.61 0.09 0.48
Hex 87 70 86 0 11 1 2F 12F 9 30
Octal 207 160 206 0 21 1 57 457 11 60
Binary 10000111 1110000 10000110 0 10001 1 101111 100101111 1001 110000

Color Harmonies of #877086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877086

Black with #877086

Text Example


Text Example

White with #877086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877086; }

 p { color: rgb(135,112,134); }

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

background-color css

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

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

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

border-color css

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

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

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