#766A76

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

Shades of Old Lavender #766A76

Tints of Old Lavender #766A76

Color information

#766A76 (or 0x766A76) is unknown color: approx Old Lavender. HEX triplet: 76, 6A and 76. RGB value is (118,106,118). Sum of RGB (Red+Green+Blue) = 118+106+118=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A76 is #899589. Grayscale: #6E6E6E. Windows color (decimal): -9016714 or 7760502. OLE color: 7760502.

HSL color Cylindrical-coordinate representation of color #766A76: hue angle of 300º 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 #766A76 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB118106118-
CMYK00.1000.54
HSL300º5.36%43.92%-
HSV(B)300º10.17%46.27%-
XYZ15.915.4719.29-
YUV110.96131.98133.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=34.50%
G=30.99%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810611800.1000.543005.3643.92
Hex766A760A03612c52c
Octal166152166012066454554
Binary111011011010101110110010100110110100101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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