Html Css Color HEX #876D84 Old Lavender

📋 copy color: '#876D84'

red 135 ◦ green 109 ◦ blue 132

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

Shades of Old Lavender #876D84

Tints of Old Lavender #876D84

RGB

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

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

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

R = 35.9%
G = 28.99%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#876D84 (or 0x876D84) is known color: Old Lavender. HEX triplet: 87, 6D and 84. RGB value is (135,109,132). Sum of RGB (Red+Green+Blue) = 135+109+132=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #876D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876D84 is #78927B. Grayscale: #777777. Windows color (decimal): -7901820 or 8678791. OLE color: 8678791.

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

Color convert

RGB 135 109 132 -
CMYK 0 0.19 0.02 0.47
HSL 306.92º 0.11% 0.48% -
HSV(B) 306.92º 0.19% 0.53% -
XYZ 19.63 17.75 24.22 -
YUV 119.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 135 109 132 0 0.19 0.02 0.47 306.92 0.11 0.48
Hex 87 6D 84 0 13 2 2F 133 B 30
Octal 207 155 204 0 23 2 57 463 13 60
Binary 10000111 1101101 10000100 0 10011 10 101111 100110011 1011 110000

Color Harmonies of #876D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876D84

Black with #876D84

Text Example


Text Example

White with #876D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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