#796276

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

Shades of Old Lavender #796276

Tints of Old Lavender #796276

Color information

#796276 (or 0x796276) is unknown color: approx Old Lavender. HEX triplet: 79, 62 and 76. RGB value is (121,98,118). Sum of RGB (Red+Green+Blue) = 121+98+118=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 121 - color contains mainly: red. Hex color #796276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796276 is #869D89. Grayscale: #6B6B6B. Windows color (decimal): -8822154 or 7758457. OLE color: 7758457.

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

Color convert

RGB12198118-
CMYK00.190.020.53
HSL307.83º10.5%42.94%-
HSV(B)307.83º19.01%47.45%-
XYZ15.5214.1119.04-
YUV107.16134.12137.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=35.91%
G=29.08%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219811800.190.020.53307.8310.542.94
Hex796276013235134b2b
Octal1711421660232654641353
Binary111100111000101110110010011101101011001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796276; }

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

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

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

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

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

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

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

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