#796776

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

Shades of Old Lavender #796776

Tints of Old Lavender #796776

Color information

#796776 (or 0x796776) is unknown color: approx Old Lavender. HEX triplet: 79, 67 and 76. RGB value is (121,103,118). Sum of RGB (Red+Green+Blue) = 121+103+118=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #796776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796776 is #869889. Grayscale: #6E6E6E. Windows color (decimal): -8820874 or 7759737. OLE color: 7759737.

HSL color Cylindrical-coordinate representation of color #796776: hue angle of 310º 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 #796776 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB121103118-
CMYK00.150.020.53
HSL310º8.04%43.92%-
HSV(B)310º14.88%47.45%-
XYZ16.0115.0719.21-
YUV110.09132.46135.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=35.38%
G=30.12%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110311800.150.020.533108.0443.92
Hex7967760F23513682c
Octal1711471660172654661054
Binary11110011100111111011001111101101011001101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796776; }

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

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

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

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

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

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

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

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