#765D73

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

Shades of Old Lavender #765D73

Tints of Old Lavender #765D73

Color information

#765D73 (or 0x765D73) is unknown color: approx Old Lavender. HEX triplet: 76, 5D and 73. RGB value is (118,93,115). Sum of RGB (Red+Green+Blue) = 118+93+115=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #765D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D73 is #89A28C. Grayscale: #666666. Windows color (decimal): -9020045 or 7560566. OLE color: 7560566.

HSL color Cylindrical-coordinate representation of color #765D73: hue angle of 307.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765D73 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11893115-
CMYK00.210.030.54
HSL307.2º11.85%41.37%-
HSV(B)307.2º21.19%46.27%-
XYZ14.4812.9217.95-
YUV102.98134.78138.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 93 (36.72% from 255) = 28.53%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=36.20%
G=28.53%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189311500.210.030.54307.211.8541.37
Hex765D73015336133c29
Octal1661351630253664631451
Binary111011010111011110011010101111101101001100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765D73; }

 p { color: rgb(118,93,115); }

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

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

 a { background-color: rgb(118,93,115); }

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

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

 span { border-color: rgb(118,93,115); }

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