#81687C

Color #81687C Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #81687C

Tints of Old Lavender #81687C

Color information

#81687C (or 0x81687C) is unknown color: approx Old Lavender. HEX triplet: 81, 68 and 7C. RGB value is (129,104,124). Sum of RGB (Red+Green+Blue) = 129+104+124=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #81687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81687C is #7E9783. Grayscale: #717171. Windows color (decimal): -8296324 or 8153217. OLE color: 8153217.

HSL color Cylindrical-coordinate representation of color #81687C: hue angle of 312º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81687C is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB129104124-
CMYK00.190.040.49
HSL312º10.73%45.69%-
HSV(B)312º19.38%50.59%-
XYZ17.6416.0221.23-
YUV113.76133.78138.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=36.13%
G=29.13%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910412400.190.040.4931210.7345.69
Hex81687C013431138b2e
Octal2011501740234614701356
Binary10000001110100011111000100111001100011001110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81687C; }

 p { color: rgb(129,104,124); }

 H1.HeaderClassName
 {
   color: #81687C;
 }
 .AnyTagClassName
 {
   color: #81687C;
 }
</style>
background-color css

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

 a { background-color: rgb(129,104,124); }

 div.DivClassName
 {
   background-color: #81687C;
 }
 .BgClassName
 {
   background-color: #81687C;
 }
</style>
border-color css

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

 span { border-color: rgb(129,104,124); }

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