#7C6878

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

Shades of Old Lavender #7C6878

Tints of Old Lavender #7C6878

Color information

#7C6878 (or 0x7C6878) is unknown color: approx Old Lavender. HEX triplet: 7C, 68 and 78. RGB value is (124,104,120). Sum of RGB (Red+Green+Blue) = 124+104+120=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6878 is #839787. Grayscale: #6F6F6F. Windows color (decimal): -8624008 or 7891068. OLE color: 7891068.

HSL color Cylindrical-coordinate representation of color #7C6878: hue angle of 312º 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 #7C6878 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB124104120-
CMYK00.160.030.51
HSL312º8.77%44.71%-
HSV(B)312º16.13%48.63%-
XYZ16.6515.5419.89-
YUV111.8132.63136.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.63%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=35.63%
G=29.89%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410412000.160.030.513128.7744.71
Hex7C687801033313892d
Octal1741501700203634701155
Binary111110011010001111000010000111100111001110001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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