#7D657C

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

Shades of Old Lavender #7D657C

Tints of Old Lavender #7D657C

Color information

#7D657C (or 0x7D657C) is unknown color: approx Old Lavender. HEX triplet: 7D, 65 and 7C. RGB value is (125,101,124). Sum of RGB (Red+Green+Blue) = 125+101+124=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 125 - color contains mainly: red. Hex color #7D657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D657C is #829A83. Grayscale: #6E6E6E. Windows color (decimal): -8559236 or 8152445. OLE color: 8152445.

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

Color convert

RGB125101124-
CMYK00.190.010.51
HSL302.5º10.62%44.31%-
HSV(B)302.5º19.2%49.02%-
XYZ16.7515.1221.1-
YUV110.8135.45138.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.71%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=35.71%
G=28.86%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12510112400.190.010.51302.510.6244.31
Hex7D657C01313312eb2c
Octal1751451740231634561354
Binary11111011100101111110001001111100111001011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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