#766776

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

Shades of Old Lavender #766776

Tints of Old Lavender #766776

Color information

#766776 (or 0x766776) is unknown color: approx Old Lavender. HEX triplet: 76, 67 and 76. RGB value is (118,103,118). Sum of RGB (Red+Green+Blue) = 118+103+118=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766776 is #899889. Grayscale: #6D6D6D. Windows color (decimal): -9017482 or 7759734. OLE color: 7759734.

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

Color convert

RGB118103118-
CMYK00.1300.54
HSL300º6.79%43.33%-
HSV(B)300º12.71%46.27%-
XYZ15.5914.8619.19-
YUV109.2132.97134.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=34.81%
G=30.38%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810311800.1300.543006.7943.33
Hex7667760D03612c72b
Octal166147166015066454753
Binary111011011001111110110011010110110100101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766776; }

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

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

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

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

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

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

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

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