#765673

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

Shades of Old Lavender #765673

Tints of Old Lavender #765673

Color information

#765673 (or 0x765673) is unknown color: approx Old Lavender. HEX triplet: 76, 56 and 73. RGB value is (118,86,115). Sum of RGB (Red+Green+Blue) = 118+86+115=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #765673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765673 is #89A98C. Grayscale: #626262. Windows color (decimal): -9021837 or 7558774. OLE color: 7558774.

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

Color convert

RGB11886115-
CMYK00.270.030.54
HSL305.62º15.69%40%-
HSV(B)305.62º27.12%46.27%-
XYZ13.8911.7417.75-
YUV98.87137.1141.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=36.99%
G=26.96%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188611500.270.030.54305.6215.6940
Hex76567301B3361321028
Octal1661261630333664622050
Binary1110110101011011100110110111111011010011001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765673; }

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

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

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

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

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

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

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

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