#80737F

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

Shades of Old Lavender #80737F

Tints of Old Lavender #80737F

Color information

#80737F (or 0x80737F) is unknown color: approx Old Lavender. HEX triplet: 80, 73 and 7F. RGB value is (128,115,127). Sum of RGB (Red+Green+Blue) = 128+115+127=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 128 - color contains mainly: red. Hex color #80737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80737F is #7F8C80. Grayscale: #787878. Windows color (decimal): -8359041 or 8352640. OLE color: 8352640.

HSL color Cylindrical-coordinate representation of color #80737F: hue angle of 304.62º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #80737F is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB128115127-
CMYK00.100.010.50
HSL304.62º5.35%47.65%-
HSV(B)304.62º10.16%50.2%-
XYZ18.8618.3822.63-
YUV120.25131.81133.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 127 (50% from 255) = 34.32%
R=34.59%
G=31.08%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811512700.100.010.50304.625.3547.65
Hex80737F0A132131530
Octal200163177012162461560
Binary1000000011100111111111010101110010100110001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80737F; }

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

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

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

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

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

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

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

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