#7C687D

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

Shades of Old Lavender #7C687D

Tints of Old Lavender #7C687D

Color information

#7C687D (or 0x7C687D) is unknown color: approx Old Lavender. HEX triplet: 7C, 68 and 7D. RGB value is (124,104,125). Sum of RGB (Red+Green+Blue) = 124+104+125=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C687D is #839782. Grayscale: #707070. Windows color (decimal): -8624003 or 8218748. OLE color: 8218748.

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

Color convert

RGB124104125-
CMYK0.010.1700.51
HSL297.14º9.17%44.9%-
HSV(B)297.14º16.8%49.02%-
XYZ16.9615.6721.53-
YUV112.37135.13136.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.13%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=35.13%
G=29.46%
B=35.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241041250.010.1700.51297.149.1744.9
Hex7C687D11103312992d
Octal1741501751210634511155
Binary11111001101000111110111000101100111001010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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