#776276

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

Shades of Old Lavender #776276

Tints of Old Lavender #776276

Color information

#776276 (or 0x776276) is unknown color: approx Old Lavender. HEX triplet: 77, 62 and 76. RGB value is (119,98,118). Sum of RGB (Red+Green+Blue) = 119+98+118=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #776276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776276 is #889D89. Grayscale: #6A6A6A. Windows color (decimal): -8953226 or 7758455. OLE color: 7758455.

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

Color convert

RGB11998118-
CMYK00.180.010.53
HSL302.86º9.68%42.55%-
HSV(B)302.86º17.65%46.67%-
XYZ15.2513.9719.03-
YUV106.56134.46136.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=35.52%
G=29.25%
B=35.22%

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
Decimal1199811800.180.010.53302.869.6842.55
Hex77627601213512fa2b
Octal1671421660221654571253
Binary11101111100010111011001001011101011001011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776276; }

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

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

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

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

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

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

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

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