#796A77

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

Shades of Old Lavender #796A77

Tints of Old Lavender #796A77

Color information

#796A77 (or 0x796A77) is unknown color: approx Old Lavender. HEX triplet: 79, 6A and 77. RGB value is (121,106,119). Sum of RGB (Red+Green+Blue) = 121+106+119=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 121 - color contains mainly: red. Hex color #796A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A77 is #869588. Grayscale: #6F6F6F. Windows color (decimal): -8820105 or 7826041. OLE color: 7826041.

HSL color Cylindrical-coordinate representation of color #796A77: hue angle of 308º 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 #796A77 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB121106119-
CMYK00.120.020.53
HSL308º6.61%44.51%-
HSV(B)308º12.4%47.45%-
XYZ16.3715.719.62-
YUV111.97131.97134.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=34.97%
G=30.64%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110611900.120.020.533086.6144.51
Hex796A770C23513472d
Octal171152167014265464755
Binary1111001110101011101110110010110101100110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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