#796F7A

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

Shades of Old Lavender #796F7A

Tints of Old Lavender #796F7A

Color information

#796F7A (or 0x796F7A) is unknown color: approx Old Lavender. HEX triplet: 79, 6F and 7A. RGB value is (121,111,122). Sum of RGB (Red+Green+Blue) = 121+111+122=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 122 - color contains mainly: blue. Hex color #796F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F7A is #869085. Grayscale: #737373. Windows color (decimal): -8818822 or 8023929. OLE color: 8023929.

HSL color Cylindrical-coordinate representation of color #796F7A: hue angle of 294.55º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #796F7A is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB121111122-
CMYK0.010.0900.52
HSL294.55º4.72%45.69%-
HSV(B)294.55º9.02%47.84%-
XYZ17.0816.8420.76-
YUV115.24131.81132.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.18%
GREEN value IS 111 (43.75% from 255) = 31.36%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=34.18%
G=31.36%
B=34.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211111220.010.0900.52294.554.7245.69
Hex796F7A1903412752e
Octal171157172111064447556
Binary111100111011111111010110010110100100100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,111,122); }

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

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

 a { background-color: rgb(121,111,122); }

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

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

 span { border-color: rgb(121,111,122); }

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