Html Css Color HEX #876C83 Old Lavender

📋 copy color: '#876C83'

red 135 ◦ green 108 ◦ blue 131

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

Shades of Old Lavender #876C83

Tints of Old Lavender #876C83

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.88%

 BLUE value IS 131 (51.56% from 255) = 35.03%

R = 36.1%
G = 28.88%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#876C83 (or 0x876C83) is known color: Old Lavender. HEX triplet: 87, 6C and 83. RGB value is (135,108,131). Sum of RGB (Red+Green+Blue) = 135+108+131=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #876C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876C83 is #78937C. Grayscale: #767676. Windows color (decimal): -7902077 or 8612999. OLE color: 8612999.

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

Color convert

RGB 135 108 131 -
CMYK 0 0.2 0.03 0.47
HSL 308.89º 0.11% 0.48% -
HSV(B) 308.89º 0.2% 0.53% -
XYZ 19.45 17.51 23.83 -
YUV 118.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 135 108 131 0 0.2 0.03 0.47 308.89 0.11 0.48
Hex 87 6C 83 0 14 3 2F 135 B 30
Octal 207 154 203 0 24 3 57 465 13 60
Binary 10000111 1101100 10000011 0 10100 11 101111 100110101 1011 110000

Color Harmonies of #876C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876C83

Black with #876C83

Text Example


Text Example

White with #876C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,108,131); }

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

background-color css

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

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

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

border-color css

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

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

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