Html Css Color HEX #876680 Old Lavender

📋 copy color: '#876680'

red 135 ◦ green 102 ◦ blue 128

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

Shades of Old Lavender #876680

Tints of Old Lavender #876680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 36.99%
G = 27.95%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#876680 (or 0x876680) is known color: Old Lavender. HEX triplet: 87, 66 and 80. RGB value is (135,102,128). Sum of RGB (Red+Green+Blue) = 135+102+128=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #876680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876680 is #78997F. Grayscale: #727272. Windows color (decimal): -7903616 or 8414855. OLE color: 8414855.

HSL color Cylindrical-coordinate representation of color #876680: hue angle of 312.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #876680 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 102 128 -
CMYK 0 0.24 0.05 0.47
HSL 312.73º 0.14% 0.46% -
HSV(B) 312.73º 0.24% 0.53% -
XYZ 18.64 16.21 22.57 -
YUV 114.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 135 102 128 0 0.24 0.05 0.47 312.73 0.14 0.46
Hex 87 66 80 0 18 5 2F 139 E 2E
Octal 207 146 200 0 30 5 57 471 16 56
Binary 10000111 1100110 10000000 0 11000 101 101111 100111001 1110 101110

Color Harmonies of #876680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876680

Black with #876680

Text Example


Text Example

White with #876680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876680; }

 p { color: rgb(135,102,128); }

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

background-color css

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

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

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

border-color css

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

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

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