#765773

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

Shades of Old Lavender #765773

Tints of Old Lavender #765773

Color information

#765773 (or 0x765773) is unknown color: approx Old Lavender. HEX triplet: 76, 57 and 73. RGB value is (118,87,115). Sum of RGB (Red+Green+Blue) = 118+87+115=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #765773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765773 is #89A88C. Grayscale: #636363. Windows color (decimal): -9021581 or 7559030. OLE color: 7559030.

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

Color convert

RGB11887115-
CMYK00.260.030.54
HSL305.81º15.12%40.2%-
HSV(B)305.81º26.27%46.27%-
XYZ13.9711.9117.78-
YUV99.46136.77141.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=36.88%
G=27.19%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188711500.260.030.54305.8115.1240.2
Hex76577301A336132f28
Octal1661271630323664621750
Binary111011010101111110011011010111101101001100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765773; }

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

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

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

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

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

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

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

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