#825A77

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

Shades of Old Lavender #825A77

Tints of Old Lavender #825A77

Color information

#825A77 (or 0x825A77) is unknown color: approx Old Lavender. HEX triplet: 82, 5A and 77. RGB value is (130,90,119). Sum of RGB (Red+Green+Blue) = 130+90+119=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #825A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A77 is #7DA588. Grayscale: #696969. Windows color (decimal): -8234377 or 7821954. OLE color: 7821954.

HSL color Cylindrical-coordinate representation of color #825A77: hue angle of 316.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #825A77 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13090119-
CMYK00.310.080.49
HSL316.5º18.18%43.14%-
HSV(B)316.5º30.77%50.98%-
XYZ16.1913.3919.18-
YUV105.27135.75145.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=38.35%
G=26.55%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309011900.310.080.49316.518.1843.14
Hex825A7701F83113c122b
Octal20213216703710614742253
Binary1000001010110101110111011111100011000110011110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,90,119); }

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

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

 a { background-color: rgb(130,90,119); }

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

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

 span { border-color: rgb(130,90,119); }

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