#796976

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

Shades of Old Lavender #796976

Tints of Old Lavender #796976

Color information

#796976 (or 0x796976) is unknown color: approx Old Lavender. HEX triplet: 79, 69 and 76. RGB value is (121,105,118). Sum of RGB (Red+Green+Blue) = 121+105+118=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 121 - color contains mainly: red. Hex color #796976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796976 is #869689. Grayscale: #6F6F6F. Windows color (decimal): -8820362 or 7760249. OLE color: 7760249.

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

Color convert

RGB121105118-
CMYK00.130.020.53
HSL311.25º7.08%44.31%-
HSV(B)311.25º13.22%47.45%-
XYZ16.2115.4819.27-
YUV111.27131.8134.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=35.17%
G=30.52%
B=34.30%

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
Decimal12110511800.130.020.53311.257.0844.31
Hex7969760D23513772c
Octal171151166015265467754
Binary1111001110100111101100110110110101100110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796976; }

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

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

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

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

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

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

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

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