#766A75

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

Shades of Old Lavender #766A75

Tints of Old Lavender #766A75

Color information

#766A75 (or 0x766A75) is unknown color: approx Old Lavender. HEX triplet: 76, 6A and 75. RGB value is (118,106,117). Sum of RGB (Red+Green+Blue) = 118+106+117=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #766A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A75 is #89958A. Grayscale: #6E6E6E. Windows color (decimal): -9016715 or 7694966. OLE color: 7694966.

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

Color convert

RGB118106117-
CMYK00.100.010.54
HSL305º5.36%43.92%-
HSV(B)305º10.17%46.27%-
XYZ15.8415.4418.98-
YUV110.84131.48133.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=34.60%
G=31.09%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810611700.100.010.543055.3643.92
Hex766A750A13613152c
Octal166152165012166461554
Binary111011011010101110101010101110110100110001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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