#795A75

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

Shades of Old Lavender #795A75

Tints of Old Lavender #795A75

Color information

#795A75 (or 0x795A75) is unknown color: approx Old Lavender. HEX triplet: 79, 5A and 75. RGB value is (121,90,117). Sum of RGB (Red+Green+Blue) = 121+90+117=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #795A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A75 is #86A58A. Grayscale: #666666. Windows color (decimal): -8824203 or 7690873. OLE color: 7690873.

HSL color Cylindrical-coordinate representation of color #795A75: hue angle of 307.74º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795A75 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12190117-
CMYK00.260.030.53
HSL307.74º14.69%41.37%-
HSV(B)307.74º25.62%47.45%-
XYZ14.7512.6618.5-
YUV102.35136.27141.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.89%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=36.89%
G=27.44%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219011700.260.030.53307.7414.6941.37
Hex795A7501A335134f29
Octal1711321650323654641751
Binary111100110110101110101011010111101011001101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,90,117); }

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

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

 a { background-color: rgb(121,90,117); }

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

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

 span { border-color: rgb(121,90,117); }

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