#796274

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

Shades of Old Lavender #796274

Tints of Old Lavender #796274

Color information

#796274 (or 0x796274) is unknown color: approx Old Lavender. HEX triplet: 79, 62 and 74. RGB value is (121,98,116). Sum of RGB (Red+Green+Blue) = 121+98+116=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 121 - color contains mainly: red. Hex color #796274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796274 is #869D8B. Grayscale: #6A6A6A. Windows color (decimal): -8822156 or 7627385. OLE color: 7627385.

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

Color convert

RGB12198116-
CMYK00.190.040.53
HSL313.04º10.5%42.94%-
HSV(B)313.04º19.01%47.45%-
XYZ15.4114.0618.43-
YUV106.93133.12138.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.12%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=36.12%
G=29.25%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219811600.190.040.53313.0410.542.94
Hex796274013435139b2b
Octal1711421640234654711353
Binary1111001110001011101000100111001101011001110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796274; }

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

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

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

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

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

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

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

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