#776172

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

Shades of Old Lavender #776172

Tints of Old Lavender #776172

Color information

#776172 (or 0x776172) is unknown color: approx Old Lavender. HEX triplet: 77, 61 and 72. RGB value is (119,97,114). Sum of RGB (Red+Green+Blue) = 119+97+114=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #776172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776172 is #889E8D. Grayscale: #696969. Windows color (decimal): -8953486 or 7496055. OLE color: 7496055.

HSL color Cylindrical-coordinate representation of color #776172: hue angle of 313.64º 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 #776172 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB11997114-
CMYK00.180.040.53
HSL313.64º10.19%42.35%-
HSV(B)313.64º18.49%46.67%-
XYZ14.9213.6917.77-
YUV105.52132.79137.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=36.06%
G=29.39%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199711400.180.040.53313.6410.1942.35
Hex77617201243513aa2a
Octal1671411620224654721252
Binary1110111110000111100100100101001101011001110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776172; }

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

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

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

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

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

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

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

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