#80677E

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

Shades of Old Lavender #80677E

Tints of Old Lavender #80677E

Color information

#80677E (or 0x80677E) is unknown color: approx Old Lavender. HEX triplet: 80, 67 and 7E. RGB value is (128,103,126). Sum of RGB (Red+Green+Blue) = 128+103+126=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #80677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80677E is #7F9881. Grayscale: #717171. Windows color (decimal): -8362114 or 8284032. OLE color: 8284032.

HSL color Cylindrical-coordinate representation of color #80677E: hue angle of 304.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80677E is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB128103126-
CMYK00.200.020.50
HSL304.8º10.82%45.29%-
HSV(B)304.8º19.53%50.2%-
XYZ17.5215.821.86-
YUV113.1135.28138.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=35.85%
G=28.85%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810312600.200.020.50304.810.8245.29
Hex80677E014232131b2d
Octal2001471760242624611355
Binary1000000011001111111110010100101100101001100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80677E; }

 p { color: rgb(128,103,126); }

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

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

 a { background-color: rgb(128,103,126); }

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

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

 span { border-color: rgb(128,103,126); }

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