#776876

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

Shades of Old Lavender #776876

Tints of Old Lavender #776876

Color information

#776876 (or 0x776876) is unknown color: approx Old Lavender. HEX triplet: 77, 68 and 76. RGB value is (119,104,118). Sum of RGB (Red+Green+Blue) = 119+104+118=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #776876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776876 is #889789. Grayscale: #6E6E6E. Windows color (decimal): -8951690 or 7759991. OLE color: 7759991.

HSL color Cylindrical-coordinate representation of color #776876: hue angle of 304º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776876 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB119104118-
CMYK00.130.010.53
HSL304º6.73%43.73%-
HSV(B)304º12.61%46.67%-
XYZ15.8315.1319.23-
YUV110.08132.47134.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=34.90%
G=30.50%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910411800.130.010.533046.7343.73
Hex7768760D13513072c
Octal167150166015165460754
Binary111011111010001110110011011110101100110000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776876; }

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

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

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

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

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

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

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

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