#815A76

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

Shades of Old Lavender #815A76

Tints of Old Lavender #815A76

Color information

#815A76 (or 0x815A76) is unknown color: approx Old Lavender. HEX triplet: 81, 5A and 76. RGB value is (129,90,118). Sum of RGB (Red+Green+Blue) = 129+90+118=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #815A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A76 is #7EA589. Grayscale: #686868. Windows color (decimal): -8299914 or 7756417. OLE color: 7756417.

HSL color Cylindrical-coordinate representation of color #815A76: hue angle of 316.92º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #815A76 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12990118-
CMYK00.300.090.49
HSL316.92º17.81%42.94%-
HSV(B)316.92º30.23%50.59%-
XYZ15.9813.2918.86-
YUV104.85135.42145.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=38.28%
G=26.71%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299011800.300.090.49316.9217.8142.94
Hex815A7601E93113d122b
Octal20113216603611614752253
Binary1000000110110101110110011110100111000110011110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815A76; }

 p { color: rgb(129,90,118); }

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

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

 a { background-color: rgb(129,90,118); }

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

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

 span { border-color: rgb(129,90,118); }

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