#795D72

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

Shades of Old Lavender #795D72

Tints of Old Lavender #795D72

Color information

#795D72 (or 0x795D72) is unknown color: approx Old Lavender. HEX triplet: 79, 5D and 72. RGB value is (121,93,114). Sum of RGB (Red+Green+Blue) = 121+93+114=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #795D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D72 is #86A28D. Grayscale: #676767. Windows color (decimal): -8823438 or 7495033. OLE color: 7495033.

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

Color convert

RGB12193114-
CMYK00.230.060.53
HSL315º13.08%41.96%-
HSV(B)315º23.14%47.45%-
XYZ14.8413.1117.67-
YUV103.77133.78140.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.89%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=36.89%
G=28.35%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219311400.230.060.5331513.0841.96
Hex795D7201763513bd2a
Octal1711351620276654731552
Binary1111001101110111100100101111101101011001110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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