#796B77

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

Shades of Old Lavender #796B77

Tints of Old Lavender #796B77

Color information

#796B77 (or 0x796B77) is unknown color: approx Old Lavender. HEX triplet: 79, 6B and 77. RGB value is (121,107,119). Sum of RGB (Red+Green+Blue) = 121+107+119=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 121 - color contains mainly: red. Hex color #796B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B77 is #869488. Grayscale: #707070. Windows color (decimal): -8819849 or 7826297. OLE color: 7826297.

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

Color convert

RGB121107119-
CMYK00.120.020.53
HSL308.57º6.14%44.71%-
HSV(B)308.57º11.57%47.45%-
XYZ16.4715.9119.66-
YUV112.55131.64134.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=34.87%
G=30.84%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110711900.120.020.53308.576.1444.71
Hex796B770C23513562d
Octal171153167014265465655
Binary1111001110101111101110110010110101100110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,107,119); }

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

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

 a { background-color: rgb(121,107,119); }

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

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

 span { border-color: rgb(121,107,119); }

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