#766D75

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

Shades of Old Lavender #766D75

Tints of Old Lavender #766D75

Color information

#766D75 (or 0x766D75) is unknown color: approx Old Lavender. HEX triplet: 76, 6D and 75. RGB value is (118,109,117). Sum of RGB (Red+Green+Blue) = 118+109+117=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #766D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D75 is #89928A. Grayscale: #707070. Windows color (decimal): -9015947 or 7695734. OLE color: 7695734.

HSL color Cylindrical-coordinate representation of color #766D75: hue angle of 306.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766D75 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB118109117-
CMYK00.080.010.54
HSL306.67º3.96%44.51%-
HSV(B)306.67º7.63%46.27%-
XYZ16.1516.0719.08-
YUV112.6130.48131.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=34.30%
G=31.69%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810911700.080.010.54306.673.9644.51
Hex766D750813613342d
Octal166155165010166463455
Binary111011011011011110101010001110110100110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766D75; }

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

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

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

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

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

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

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

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