#806D7F

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

Shades of Old Lavender #806D7F

Tints of Old Lavender #806D7F

Color information

#806D7F (or 0x806D7F) is unknown color: approx Old Lavender. HEX triplet: 80, 6D and 7F. RGB value is (128,109,127). Sum of RGB (Red+Green+Blue) = 128+109+127=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 128 - color contains mainly: red. Hex color #806D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D7F is #7F9280. Grayscale: #747474. Windows color (decimal): -8360577 or 8351104. OLE color: 8351104.

HSL color Cylindrical-coordinate representation of color #806D7F: hue angle of 303.16º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #806D7F is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB128109127-
CMYK00.150.010.50
HSL303.16º8.02%46.47%-
HSV(B)303.16º14.84%50.2%-
XYZ18.217.0622.41-
YUV116.73133.79136.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 127 (50% from 255) = 34.89%
R=35.16%
G=29.95%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810912700.150.010.50303.168.0246.47
Hex806D7F0F13212f82e
Octal2001551770171624571056
Binary10000000110110111111110111111100101001011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806D7F; }

 p { color: rgb(128,109,127); }

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

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

 a { background-color: rgb(128,109,127); }

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

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

 span { border-color: rgb(128,109,127); }

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