#7B787B

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

Shades of Old Lavender #7B787B

Tints of Old Lavender #7B787B

Color information

#7B787B (or 0x7B787B) is unknown color: approx Old Lavender. HEX triplet: 7B, 78 and 7B. RGB value is (123,120,123). Sum of RGB (Red+Green+Blue) = 123+120+123=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B787B is #848784. Grayscale: #797979. Windows color (decimal): -8685445 or 8091771. OLE color: 8091771.

HSL color Cylindrical-coordinate representation of color #7B787B: 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 #7B787B is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB123120123-
CMYK00.0200.52
HSL300º1.23%47.65%-
HSV(B)300º2.44%48.24%-
XYZ18.4619.0721.45-
YUV121.24128.99129.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.61%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=33.61%
G=32.79%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12312012300.0200.523001.2347.65
Hex7B787B0203412c130
Octal17317017302064454160
Binary11110111111000111101101001101001001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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