#776176

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

Shades of Old Lavender #776176

Tints of Old Lavender #776176

Color information

#776176 (or 0x776176) is unknown color: approx Old Lavender. HEX triplet: 77, 61 and 76. RGB value is (119,97,118). Sum of RGB (Red+Green+Blue) = 119+97+118=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #776176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776176 is #889E89. Grayscale: #696969. Windows color (decimal): -8953482 or 7758199. OLE color: 7758199.

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

Color convert

RGB11997118-
CMYK00.180.010.53
HSL302.73º10.19%42.35%-
HSV(B)302.73º18.49%46.67%-
XYZ15.1513.7819-
YUV105.97134.79137.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=35.63%
G=29.04%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199711800.180.010.53302.7310.1942.35
Hex77617601213512fa2a
Octal1671411660221654571252
Binary11101111100001111011001001011101011001011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776176; }

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

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

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

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

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

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

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

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