#766876

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

Shades of Old Lavender #766876

Tints of Old Lavender #766876

Color information

#766876 (or 0x766876) is unknown color: approx Old Lavender. HEX triplet: 76, 68 and 76. RGB value is (118,104,118). Sum of RGB (Red+Green+Blue) = 118+104+118=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #766876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766876 is #899789. Grayscale: #6D6D6D. Windows color (decimal): -9017226 or 7759990. OLE color: 7759990.

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

Color convert

RGB118104118-
CMYK00.1200.54
HSL300º6.31%43.53%-
HSV(B)300º11.86%46.27%-
XYZ15.6915.0619.22-
YUV109.78132.64133.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=34.71%
G=30.59%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810411800.1200.543006.3143.53
Hex7668760C03612c62c
Octal166150166014066454654
Binary111011011010001110110011000110110100101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766876; }

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

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

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

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

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

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

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

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