#795C72

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

Shades of Old Lavender #795C72

Tints of Old Lavender #795C72

Color information

#795C72 (or 0x795C72) is unknown color: approx Old Lavender. HEX triplet: 79, 5C and 72. RGB value is (121,92,114). Sum of RGB (Red+Green+Blue) = 121+92+114=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #795C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C72 is #86A38D. Grayscale: #676767. Windows color (decimal): -8823694 or 7494777. OLE color: 7494777.

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

Color convert

RGB12192114-
CMYK00.240.060.53
HSL314.48º13.62%41.76%-
HSV(B)314.48º23.97%47.45%-
XYZ14.7512.9317.64-
YUV103.18134.11140.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.00%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=37.00%
G=28.13%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219211400.240.060.53314.4813.6241.76
Hex795C7201863513ae2a
Octal1711341620306654721652
Binary1111001101110011100100110001101101011001110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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