#796C78

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

Shades of Old Lavender #796C78

Tints of Old Lavender #796C78

Color information

#796C78 (or 0x796C78) is unknown color: approx Old Lavender. HEX triplet: 79, 6C and 78. RGB value is (121,108,120). Sum of RGB (Red+Green+Blue) = 121+108+120=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 121 - color contains mainly: red. Hex color #796C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C78 is #869387. Grayscale: #717171. Windows color (decimal): -8819592 or 7892089. OLE color: 7892089.

HSL color Cylindrical-coordinate representation of color #796C78: hue angle of 304.62º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #796C78 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB121108120-
CMYK00.110.010.53
HSL304.62º5.68%44.9%-
HSV(B)304.62º10.74%47.45%-
XYZ16.6416.1520.01-
YUV113.26131.81133.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.67%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=34.67%
G=30.95%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110812000.110.010.53304.625.6844.9
Hex796C780B13513162d
Octal171154170013165461655
Binary111100111011001111000010111110101100110001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796C78; }

 p { color: rgb(121,108,120); }

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

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

 a { background-color: rgb(121,108,120); }

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

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

 span { border-color: rgb(121,108,120); }

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