#776373

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

Shades of Old Lavender #776373

Tints of Old Lavender #776373

Color information

#776373 (or 0x776373) is unknown color: approx Old Lavender. HEX triplet: 77, 63 and 73. RGB value is (119,99,115). Sum of RGB (Red+Green+Blue) = 119+99+115=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776373 is #889C8C. Grayscale: #6A6A6A. Windows color (decimal): -8952973 or 7562103. OLE color: 7562103.

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

Color convert

RGB11999115-
CMYK00.170.030.53
HSL312º9.17%42.75%-
HSV(B)312º16.81%46.67%-
XYZ15.1614.0818.14-
YUV106.8132.63136.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=35.74%
G=29.73%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199911500.170.030.533129.1742.75
Hex77637301133513892b
Octal1671431630213654701153
Binary111011111000111110011010001111101011001110001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776373; }

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

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

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

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

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

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

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

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