#81677C

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

Shades of Old Lavender #81677C

Tints of Old Lavender #81677C

Color information

#81677C (or 0x81677C) is unknown color: approx Old Lavender. HEX triplet: 81, 67 and 7C. RGB value is (129,103,124). Sum of RGB (Red+Green+Blue) = 129+103+124=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 129 - color contains mainly: red. Hex color #81677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81677C is #7E9883. Grayscale: #717171. Windows color (decimal): -8296580 or 8152961. OLE color: 8152961.

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

Color convert

RGB129103124-
CMYK00.200.040.49
HSL311.54º11.21%45.49%-
HSV(B)311.54º20.16%50.59%-
XYZ17.5415.8221.2-
YUV113.17134.11139.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=36.24%
G=28.93%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910312400.200.040.49311.5411.2145.49
Hex81677C014431138b2d
Octal2011471740244614701355
Binary10000001110011111111000101001001100011001110001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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