#796075

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

Shades of Old Lavender #796075

Tints of Old Lavender #796075

Color information

#796075 (or 0x796075) is unknown color: approx Old Lavender. HEX triplet: 79, 60 and 75. RGB value is (121,96,117). Sum of RGB (Red+Green+Blue) = 121+96+117=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 121 - color contains mainly: red. Hex color #796075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796075 is #869F8A. Grayscale: #696969. Windows color (decimal): -8822667 or 7692409. OLE color: 7692409.

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

Color convert

RGB12196117-
CMYK00.210.030.53
HSL309.6º11.52%42.55%-
HSV(B)309.6º20.66%47.45%-
XYZ15.2813.7218.67-
YUV105.87134.28138.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.23%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=36.23%
G=28.74%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219611700.210.030.53309.611.5242.55
Hex796075015335136c2b
Octal1711401650253654661453
Binary111100111000001110101010101111101011001101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796075; }

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

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

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

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

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

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

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

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