#7D717C

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

Shades of Old Lavender #7D717C

Tints of Old Lavender #7D717C

Color information

#7D717C (or 0x7D717C) is unknown color: approx Old Lavender. HEX triplet: 7D, 71 and 7C. RGB value is (125,113,124). Sum of RGB (Red+Green+Blue) = 125+113+124=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 125 - color contains mainly: red. Hex color #7D717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D717C is #828E83. Grayscale: #757575. Windows color (decimal): -8556164 or 8155517. OLE color: 8155517.

HSL color Cylindrical-coordinate representation of color #7D717C: hue angle of 305º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D717C is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB125113124-
CMYK00.100.010.51
HSL305º5.04%46.67%-
HSV(B)305º9.6%49.02%-
XYZ1817.6321.52-
YUV117.84131.48133.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.53%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=34.53%
G=31.22%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511312400.100.010.513055.0446.67
Hex7D717C0A13313152f
Octal175161174012163461557
Binary111110111100011111100010101110011100110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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