Html Css Color HEX #81687C Old Lavender

📋 copy color: '#81687C'

red 129 ◦ green 104 ◦ blue 124

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

Shades of Old Lavender #81687C

Tints of Old Lavender #81687C

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 value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81687C (or 0x81687C) is known color: 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

RGB 129 104 124 -
CMYK 0 0.19 0.04 0.49
HSL 312º 0.11% 0.46% -
HSV(B) 312º 0.19% 0.51% -
XYZ 17.64 16.02 21.23 -
YUV 113.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 129 104 124 0 0.19 0.04 0.49 312 0.11 0.46
Hex 81 68 7C 0 13 4 31 138 B 2E
Octal 201 150 174 0 23 4 61 470 13 56
Binary 10000001 1101000 1111100 0 10011 100 110001 100111000 1011 101110

Color Harmonies of #81687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81687C

Black with #81687C

Text Example


Text Example

White with #81687C

Text Example


Text Example

HTML Codes & Css Web 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>