#825B76

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

Shades of Old Lavender #825B76

Tints of Old Lavender #825B76

Color information

#825B76 (or 0x825B76) is unknown color: approx Old Lavender. HEX triplet: 82, 5B and 76. RGB value is (130,91,118). Sum of RGB (Red+Green+Blue) = 130+91+118=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #825B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B76 is #7DA489. Grayscale: #696969. Windows color (decimal): -8234122 or 7756674. OLE color: 7756674.

HSL color Cylindrical-coordinate representation of color #825B76: hue angle of 318.46º 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 #825B76 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB13091118-
CMYK00.300.090.49
HSL318.46º17.65%43.33%-
HSV(B)318.46º30%50.98%-
XYZ16.2213.5418.9-
YUV105.74134.92145.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 91 (35.94% from 255) = 26.84%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=38.35%
G=26.84%
B=34.81%

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
Decimal1309111800.300.090.49318.4617.6543.33
Hex825B7601E93113e122b
Octal20213316603611614762253
Binary1000001010110111110110011110100111000110011111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825B76; }

 p { color: rgb(130,91,118); }

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

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

 a { background-color: rgb(130,91,118); }

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

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

 span { border-color: rgb(130,91,118); }

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