#796A78

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

Shades of Old Lavender #796A78

Tints of Old Lavender #796A78

Color information

#796A78 (or 0x796A78) is unknown color: approx Old Lavender. HEX triplet: 79, 6A and 78. RGB value is (121,106,120). Sum of RGB (Red+Green+Blue) = 121+106+120=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 121 - color contains mainly: red. Hex color #796A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A78 is #869587. Grayscale: #707070. Windows color (decimal): -8820104 or 7891577. OLE color: 7891577.

HSL color Cylindrical-coordinate representation of color #796A78: hue angle of 304º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #796A78 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB121106120-
CMYK00.120.010.53
HSL304º6.61%44.51%-
HSV(B)304º12.4%47.45%-
XYZ16.4315.7319.94-
YUV112.08132.47134.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=34.87%
G=30.55%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110612000.120.010.533046.6144.51
Hex796A780C13513072d
Octal171152170014165460755
Binary111100111010101111000011001110101100110000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796A78; }

 p { color: rgb(121,106,120); }

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

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

 a { background-color: rgb(121,106,120); }

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

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

 span { border-color: rgb(121,106,120); }

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