#795E78

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

Shades of Old Lavender #795E78

Tints of Old Lavender #795E78

Color information

#795E78 (or 0x795E78) is unknown color: approx Old Lavender. HEX triplet: 79, 5E and 78. RGB value is (121,94,120). Sum of RGB (Red+Green+Blue) = 121+94+120=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 121 - color contains mainly: red. Hex color #795E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E78 is #86A187. Grayscale: #686868. Windows color (decimal): -8823176 or 7888505. OLE color: 7888505.

HSL color Cylindrical-coordinate representation of color #795E78: hue angle of 302.22º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #795E78 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB12194120-
CMYK00.220.010.53
HSL302.22º12.56%42.16%-
HSV(B)302.22º22.31%47.45%-
XYZ15.2813.4319.56-
YUV105.04136.45139.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.12%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=36.12%
G=28.06%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219412000.220.010.53302.2212.5642.16
Hex795E7801613512ed2a
Octal1711361700261654561552
Binary11110011011110111100001011011101011001011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795E78; }

 p { color: rgb(121,94,120); }

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

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

 a { background-color: rgb(121,94,120); }

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

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

 span { border-color: rgb(121,94,120); }

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