#776573

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

Shades of Old Lavender #776573

Tints of Old Lavender #776573

Color information

#776573 (or 0x776573) is unknown color: approx Old Lavender. HEX triplet: 77, 65 and 73. RGB value is (119,101,115). Sum of RGB (Red+Green+Blue) = 119+101+115=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #776573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776573 is #889A8C. Grayscale: #6B6B6B. Windows color (decimal): -8952461 or 7562615. OLE color: 7562615.

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

Color convert

RGB119101115-
CMYK00.150.030.53
HSL313.33º8.18%43.14%-
HSV(B)313.33º15.13%46.67%-
XYZ15.3614.4718.2-
YUV107.98131.96135.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=35.52%
G=30.15%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910111500.150.030.53313.338.1843.14
Hex7765730F33513982b
Octal1671451630173654711053
Binary11101111100101111001101111111101011001110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776573; }

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

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

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

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

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

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

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

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