#796072

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

Shades of Old Lavender #796072

Tints of Old Lavender #796072

Color information

#796072 (or 0x796072) is unknown color: approx Old Lavender. HEX triplet: 79, 60 and 72. RGB value is (121,96,114). Sum of RGB (Red+Green+Blue) = 121+96+114=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #796072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796072 is #869F8D. Grayscale: #696969. Windows color (decimal): -8822670 or 7495801. OLE color: 7495801.

HSL color Cylindrical-coordinate representation of color #796072: hue angle of 316.8º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #796072 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12196114-
CMYK00.210.060.53
HSL316.8º11.52%42.55%-
HSV(B)316.8º20.66%47.45%-
XYZ15.1113.6517.76-
YUV105.53132.78139.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=36.56%
G=29.00%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219611400.210.060.53316.811.5242.55
Hex79607201563513dc2b
Octal1711401620256654751453
Binary1111001110000011100100101011101101011001111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796072; }

 p { color: rgb(121,96,114); }

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

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

 a { background-color: rgb(121,96,114); }

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

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

 span { border-color: rgb(121,96,114); }

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