Html Css Color HEX #867687 Old Lavender

📋 copy color: '#867687'

red 134 ◦ green 118 ◦ blue 135

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

Shades of Old Lavender #867687

Tints of Old Lavender #867687

RGB

 RED value IS 134 (52.73% from 255) = 34.63%

 GREEN value IS 118 (46.48% from 255) = 30.49%

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

R = 34.63%
G = 30.49%
B = 34.88%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#867687 (or 0x867687) is known color: Old Lavender. HEX triplet: 86, 76 and 87. RGB value is (134,118,135). Sum of RGB (Red+Green+Blue) = 134+118+135=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: blue. Hex color #867687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867687 is #798978. Grayscale: #7C7C7C. Windows color (decimal): -7965049 or 8877702. OLE color: 8877702.

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

Color convert

RGB 134 118 135 -
CMYK 0.01 0.13 0 0.47
HSL 296.47º 0.07% 0.5% -
HSV(B) 296.47º 0.13% 0.53% -
XYZ 20.68 19.77 25.65 -
YUV 124.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 134 118 135 0.01 0.13 0 0.47 296.47 0.07 0.5
Hex 86 76 87 1 D 0 2F 128 7 32
Octal 206 166 207 1 15 0 57 450 7 62
Binary 10000110 1110110 10000111 1 1101 0 101111 100101000 111 110010

Color Harmonies of #867687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867687

Black with #867687

Text Example


Text Example

White with #867687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867687; }

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

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

background-color css

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

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

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

border-color css

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

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

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