#796775

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

Shades of Old Lavender #796775

Tints of Old Lavender #796775

Color information

#796775 (or 0x796775) is unknown color: approx Old Lavender. HEX triplet: 79, 67 and 75. RGB value is (121,103,117). Sum of RGB (Red+Green+Blue) = 121+103+117=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 121 - color contains mainly: red. Hex color #796775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796775 is #86988A. Grayscale: #6D6D6D. Windows color (decimal): -8820875 or 7694201. OLE color: 7694201.

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

Color convert

RGB121103117-
CMYK00.150.030.53
HSL313.33º8.04%43.92%-
HSV(B)313.33º14.88%47.45%-
XYZ15.9515.0518.89-
YUV109.98131.96135.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=35.48%
G=30.21%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110311700.150.030.53313.338.0443.92
Hex7967750F33513982c
Octal1711471650173654711054
Binary11110011100111111010101111111101011001110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796775; }

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

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

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

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

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

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

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

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