#765B75

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

Shades of Old Lavender #765B75

Tints of Old Lavender #765B75

Color information

#765B75 (or 0x765B75) is unknown color: approx Old Lavender. HEX triplet: 76, 5B and 75. RGB value is (118,91,117). Sum of RGB (Red+Green+Blue) = 118+91+117=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #765B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B75 is #89A48A. Grayscale: #656565. Windows color (decimal): -9020555 or 7691126. OLE color: 7691126.

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

Color convert

RGB11891117-
CMYK00.230.010.54
HSL302.22º12.92%40.98%-
HSV(B)302.22º22.88%46.27%-
XYZ14.4212.6218.5-
YUV102.04136.45139.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=36.20%
G=27.91%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189111700.230.010.54302.2212.9240.98
Hex765B7501713612ed29
Octal1661331650271664561551
Binary11101101011011111010101011111101101001011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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