#7B687C

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

Shades of Old Lavender #7B687C

Tints of Old Lavender #7B687C

Color information

#7B687C (or 0x7B687C) is unknown color: approx Old Lavender. HEX triplet: 7B, 68 and 7C. RGB value is (123,104,124). Sum of RGB (Red+Green+Blue) = 123+104+124=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B687C is #849783. Grayscale: #6F6F6F. Windows color (decimal): -8689540 or 8153211. OLE color: 8153211.

HSL color Cylindrical-coordinate representation of color #7B687C: hue angle of 297º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B687C is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB123104124-
CMYK0.010.1600.51
HSL297º8.77%44.71%-
HSV(B)297º16.13%48.63%-
XYZ16.7615.5721.19-
YUV111.96134.79135.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.04%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=35.04%
G=29.63%
B=35.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1231041240.010.1600.512978.7744.71
Hex7B687C11003312992d
Octal1731501741200634511155
Binary11110111101000111110011000001100111001010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,104,124); }

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

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

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

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

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

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

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