#766B75

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

Shades of Old Lavender #766B75

Tints of Old Lavender #766B75

Color information

#766B75 (or 0x766B75) is unknown color: approx Old Lavender. HEX triplet: 76, 6B and 75. RGB value is (118,107,117). Sum of RGB (Red+Green+Blue) = 118+107+117=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #766B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B75 is #89948A. Grayscale: #6F6F6F. Windows color (decimal): -9016459 or 7695222. OLE color: 7695222.

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

Color convert

RGB118107117-
CMYK00.090.010.54
HSL305.45º4.89%44.12%-
HSV(B)305.45º9.32%46.27%-
XYZ15.9415.6519.01-
YUV111.43131.14132.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 117 (46.09% from 255) = 34.21%
R=34.50%
G=31.29%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810711700.090.010.54305.454.8944.12
Hex766B750913613152c
Octal166153165011166461554
Binary111011011010111110101010011110110100110001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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