#776473

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

Shades of Old Lavender #776473

Tints of Old Lavender #776473

Color information

#776473 (or 0x776473) is unknown color: approx Old Lavender. HEX triplet: 77, 64 and 73. RGB value is (119,100,115). Sum of RGB (Red+Green+Blue) = 119+100+115=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #776473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776473 is #889B8C. Grayscale: #6B6B6B. Windows color (decimal): -8952717 or 7562359. OLE color: 7562359.

HSL color Cylindrical-coordinate representation of color #776473: hue angle of 312.63º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #776473 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB119100115-
CMYK00.160.030.53
HSL312.63º8.68%42.94%-
HSV(B)312.63º15.97%46.67%-
XYZ15.2614.2718.17-
YUV107.39132.29136.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=35.63%
G=29.94%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910011500.160.030.53312.638.6842.94
Hex77647301033513992b
Octal1671441630203654711153
Binary111011111001001110011010000111101011001110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776473; }

 p { color: rgb(119,100,115); }

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

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

 a { background-color: rgb(119,100,115); }

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

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

 span { border-color: rgb(119,100,115); }

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