#806C7F

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

Shades of Old Lavender #806C7F

Tints of Old Lavender #806C7F

Color information

#806C7F (or 0x806C7F) is unknown color: approx Old Lavender. HEX triplet: 80, 6C and 7F. RGB value is (128,108,127). Sum of RGB (Red+Green+Blue) = 128+108+127=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 128 - color contains mainly: red. Hex color #806C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C7F is #7F9380. Grayscale: #747474. Windows color (decimal): -8360833 or 8350848. OLE color: 8350848.

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

Color convert

RGB128108127-
CMYK00.160.010.50
HSL303º8.47%46.27%-
HSV(B)303º15.62%50.2%-
XYZ18.116.8522.38-
YUV116.15134.13136.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 127 (50% from 255) = 34.99%
R=35.26%
G=29.75%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810812700.160.010.503038.4746.27
Hex806C7F01013212f82e
Octal2001541770201624571056
Binary100000001101100111111101000011100101001011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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