#776173

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

Shades of Old Lavender #776173

Tints of Old Lavender #776173

Color information

#776173 (or 0x776173) is unknown color: approx Old Lavender. HEX triplet: 77, 61 and 73. RGB value is (119,97,115). Sum of RGB (Red+Green+Blue) = 119+97+115=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #776173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776173 is #889E8C. Grayscale: #696969. Windows color (decimal): -8953485 or 7561591. OLE color: 7561591.

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

Color convert

RGB11997115-
CMYK00.180.030.53
HSL310.91º10.19%42.35%-
HSV(B)310.91º18.49%46.67%-
XYZ14.9813.7118.08-
YUV105.63133.29137.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=35.95%
G=29.31%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199711500.180.030.53310.9110.1942.35
Hex776173012335137a2a
Octal1671411630223654671252
Binary111011111000011110011010010111101011001101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776173; }

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

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

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

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

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

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

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

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