#835C77

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

Shades of Old Lavender #835C77

Tints of Old Lavender #835C77

Color information

#835C77 (or 0x835C77) is unknown color: approx Old Lavender. HEX triplet: 83, 5C and 77. RGB value is (131,92,119). Sum of RGB (Red+Green+Blue) = 131+92+119=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #835C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C77 is #7CA388. Grayscale: #6A6A6A. Windows color (decimal): -8168329 or 7822467. OLE color: 7822467.

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

Color convert

RGB13192119-
CMYK00.300.090.49
HSL318.46º17.49%43.73%-
HSV(B)318.46º29.77%51.37%-
XYZ16.5213.8119.25-
YUV106.74134.92145.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=38.30%
G=26.90%
B=34.80%

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
Decimal1319211900.300.090.49318.4617.4943.73
Hex835C7701E93113e112c
Octal20313416703611614762154
Binary1000001110111001110111011110100111000110011111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835C77; }

 p { color: rgb(131,92,119); }

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

<style>
 a { background-color: #835C77; }

 a { background-color: rgb(131,92,119); }

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

<style>
 span { border-color: #835C77; }

 span { border-color: rgb(131,92,119); }

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