#7D6F7C

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

Shades of Old Lavender #7D6F7C

Tints of Old Lavender #7D6F7C

Color information

#7D6F7C (or 0x7D6F7C) is unknown color: approx Old Lavender. HEX triplet: 7D, 6F and 7C. RGB value is (125,111,124). Sum of RGB (Red+Green+Blue) = 125+111+124=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F7C is #829083. Grayscale: #747474. Windows color (decimal): -8556676 or 8155005. OLE color: 8155005.

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

Color convert

RGB125111124-
CMYK00.110.010.51
HSL304.29º5.93%46.27%-
HSV(B)304.29º11.2%49.02%-
XYZ17.7817.1821.45-
YUV116.67132.14133.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.72%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 124 (48.83% from 255) = 34.44%
R=34.72%
G=30.83%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511112400.110.010.51304.295.9346.27
Hex7D6F7C0B13313062e
Octal175157174013163460656
Binary111110111011111111100010111110011100110000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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