#765973

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

Shades of Old Lavender #765973

Tints of Old Lavender #765973

Color information

#765973 (or 0x765973) is unknown color: approx Old Lavender. HEX triplet: 76, 59 and 73. RGB value is (118,89,115). Sum of RGB (Red+Green+Blue) = 118+89+115=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #765973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765973 is #89A68C. Grayscale: #646464. Windows color (decimal): -9021069 or 7559542. OLE color: 7559542.

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

Color convert

RGB11889115-
CMYK00.250.030.54
HSL306.21º14.01%40.59%-
HSV(B)306.21º24.58%46.27%-
XYZ14.1412.2317.84-
YUV100.64136.11140.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=36.65%
G=27.64%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188911500.250.030.54306.2114.0140.59
Hex765973019336132e29
Octal1661311630313664621651
Binary111011010110011110011011001111101101001100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765973; }

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

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

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

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

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

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

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

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