#7B797B

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

Shades of Old Lavender #7B797B

Tints of Old Lavender #7B797B

Color information

#7B797B (or 0x7B797B) is unknown color: approx Old Lavender. HEX triplet: 7B, 79 and 7B. RGB value is (123,121,123). Sum of RGB (Red+Green+Blue) = 123+121+123=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B797B is #848684. Grayscale: #797979. Windows color (decimal): -8685189 or 8092027. OLE color: 8092027.

HSL color Cylindrical-coordinate representation of color #7B797B: hue angle of 300º degrees, saturation: 0.01, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7B797B is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB123121123-
CMYK00.0200.52
HSL300º0.82%47.84%-
HSV(B)300º1.63%48.24%-
XYZ18.5819.3221.49-
YUV121.83128.66128.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.51%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 123 (48.44% from 255) = 33.51%
R=33.51%
G=32.97%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12312112300.0200.523000.8247.84
Hex7B797B0203412c130
Octal17317117302064454160
Binary11110111111001111101101001101001001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B797B; }

 p { color: rgb(123,121,123); }

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

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

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

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

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

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

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