#795B72

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

Shades of Old Lavender #795B72

Tints of Old Lavender #795B72

Color information

#795B72 (or 0x795B72) is unknown color: approx Old Lavender. HEX triplet: 79, 5B and 72. RGB value is (121,91,114). Sum of RGB (Red+Green+Blue) = 121+91+114=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #795B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B72 is #86A48D. Grayscale: #666666. Windows color (decimal): -8823950 or 7494521. OLE color: 7494521.

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

Color convert

RGB12191114-
CMYK00.250.060.53
HSL314º14.15%41.57%-
HSV(B)314º24.79%47.45%-
XYZ14.6612.7617.61-
YUV102.59134.44141.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=37.12%
G=27.91%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219111400.250.060.5331414.1541.57
Hex795B7201963513ae2a
Octal1711331620316654721652
Binary1111001101101111100100110011101101011001110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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