#796977

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

Shades of Old Lavender #796977

Tints of Old Lavender #796977

Color information

#796977 (or 0x796977) is unknown color: approx Old Lavender. HEX triplet: 79, 69 and 77. RGB value is (121,105,119). Sum of RGB (Red+Green+Blue) = 121+105+119=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 121 - color contains mainly: red. Hex color #796977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796977 is #869688. Grayscale: #6F6F6F. Windows color (decimal): -8820361 or 7825785. OLE color: 7825785.

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

Color convert

RGB121105119-
CMYK00.130.020.53
HSL307.5º7.08%44.31%-
HSV(B)307.5º13.22%47.45%-
XYZ16.2715.519.59-
YUV111.38132.3134.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=35.07%
G=30.43%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110511900.130.020.53307.57.0844.31
Hex7969770D23513472c
Octal171151167015265464754
Binary1111001110100111101110110110110101100110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796977; }

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

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

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

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

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

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

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

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