#806077

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

Shades of Old Lavender #806077

Tints of Old Lavender #806077

Color information

#806077 (or 0x806077) is unknown color: approx Old Lavender. HEX triplet: 80, 60 and 77. RGB value is (128,96,119). Sum of RGB (Red+Green+Blue) = 128+96+119=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #806077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806077 is #7F9F88. Grayscale: #6C6C6C. Windows color (decimal): -8363913 or 7823488. OLE color: 7823488.

HSL color Cylindrical-coordinate representation of color #806077: hue angle of 316.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806077 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB12896119-
CMYK00.250.070.50
HSL316.88º14.29%43.92%-
HSV(B)316.88º25%50.2%-
XYZ16.4114.2919.35-
YUV108.19134.1142.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=37.32%
G=27.99%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289611900.250.070.50316.8814.2943.92
Hex80607701973213de2c
Octal2001401670317624751654
Binary10000000110000011101110110011111100101001111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806077; }

 p { color: rgb(128,96,119); }

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

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

 a { background-color: rgb(128,96,119); }

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

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

 span { border-color: rgb(128,96,119); }

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