#776073

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

Shades of Old Lavender #776073

Tints of Old Lavender #776073

Color information

#776073 (or 0x776073) is unknown color: approx Old Lavender. HEX triplet: 77, 60 and 73. RGB value is (119,96,115). Sum of RGB (Red+Green+Blue) = 119+96+115=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #776073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776073 is #889F8C. Grayscale: #686868. Windows color (decimal): -8953741 or 7561335. OLE color: 7561335.

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

Color convert

RGB11996115-
CMYK00.190.030.53
HSL310.43º10.7%42.16%-
HSV(B)310.43º19.33%46.67%-
XYZ14.8913.5318.05-
YUV105.04133.62137.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=36.06%
G=29.09%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199611500.190.030.53310.4310.742.16
Hex776073013335136b2a
Octal1671401630233654661352
Binary111011111000001110011010011111101011001101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776073; }

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

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

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

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

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

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

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

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