#796675

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

Shades of Old Lavender #796675

Tints of Old Lavender #796675

Color information

#796675 (or 0x796675) is unknown color: approx Old Lavender. HEX triplet: 79, 66 and 75. RGB value is (121,102,117). Sum of RGB (Red+Green+Blue) = 121+102+117=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #796675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796675 is #86998A. Grayscale: #6D6D6D. Windows color (decimal): -8821131 or 7693945. OLE color: 7693945.

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

Color convert

RGB121102117-
CMYK00.160.030.53
HSL312.63º8.52%43.73%-
HSV(B)312.63º15.7%47.45%-
XYZ15.8514.8518.86-
YUV109.39132.29136.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=35.59%
G=30%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110211700.160.030.53312.638.5243.73
Hex79667501033513992c
Octal1711461650203654711154
Binary111100111001101110101010000111101011001110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796675; }

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

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

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

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

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

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

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

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