#795572

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

Shades of Old Lavender #795572

Tints of Old Lavender #795572

Color information

#795572 (or 0x795572) is unknown color: approx Old Lavender. HEX triplet: 79, 55 and 72. RGB value is (121,85,114). Sum of RGB (Red+Green+Blue) = 121+85+114=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #795572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795572 is #86AA8D. Grayscale: #626262. Windows color (decimal): -8825486 or 7492985. OLE color: 7492985.

HSL color Cylindrical-coordinate representation of color #795572: hue angle of 311.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #795572 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12185114-
CMYK00.300.060.53
HSL311.67º17.48%40.39%-
HSV(B)311.67º29.75%47.45%-
XYZ14.1711.7817.45-
YUV99.07136.43143.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.81%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=37.81%
G=26.56%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218511400.300.060.53311.6717.4840.39
Hex79557201E6351381128
Octal1711251620366654702150
Binary11110011010101111001001111011011010110011100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795572; }

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

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

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

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

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

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

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

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