#765A75

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

Shades of Old Lavender #765A75

Tints of Old Lavender #765A75

Color information

#765A75 (or 0x765A75) is unknown color: approx Old Lavender. HEX triplet: 76, 5A and 75. RGB value is (118,90,117). Sum of RGB (Red+Green+Blue) = 118+90+117=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #765A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A75 is #89A58A. Grayscale: #656565. Windows color (decimal): -9020811 or 7690870. OLE color: 7690870.

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

Color convert

RGB11890117-
CMYK00.240.010.54
HSL302.14º13.46%40.78%-
HSV(B)302.14º23.73%46.27%-
XYZ14.3412.4518.48-
YUV101.45136.78139.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 117 (46.09% from 255) = 36%
R=36.31%
G=27.69%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189011700.240.010.54302.1413.4640.78
Hex765A7501813612ed29
Octal1661321650301664561551
Binary11101101011010111010101100011101101001011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,90,117); }

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

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

 a { background-color: rgb(118,90,117); }

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

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

 span { border-color: rgb(118,90,117); }

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