#795E73

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

Shades of Old Lavender #795E73

Tints of Old Lavender #795E73

Color information

#795E73 (or 0x795E73) is unknown color: approx Old Lavender. HEX triplet: 79, 5E and 73. RGB value is (121,94,115). Sum of RGB (Red+Green+Blue) = 121+94+115=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 121 - color contains mainly: red. Hex color #795E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E73 is #86A18C. Grayscale: #686868. Windows color (decimal): -8823181 or 7560825. OLE color: 7560825.

HSL color Cylindrical-coordinate representation of color #795E73: hue angle of 313.33º 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 #795E73 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12194115-
CMYK00.220.050.53
HSL313.33º12.56%42.16%-
HSV(B)313.33º22.31%47.45%-
XYZ14.9813.3118-
YUV104.47133.95139.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.67%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=36.67%
G=28.48%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219411500.220.050.53313.3312.5642.16
Hex795E73016535139d2a
Octal1711361630265654711552
Binary1111001101111011100110101101011101011001110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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