#7D6379

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

Shades of Old Lavender #7D6379

Tints of Old Lavender #7D6379

Color information

#7D6379 (or 0x7D6379) is unknown color: approx Old Lavender. HEX triplet: 7D, 63 and 79. RGB value is (125,99,121). Sum of RGB (Red+Green+Blue) = 125+99+121=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6379 is #829C86. Grayscale: #6D6D6D. Windows color (decimal): -8559751 or 7955325. OLE color: 7955325.

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

Color convert

RGB12599121-
CMYK00.210.030.51
HSL309.23º11.61%43.92%-
HSV(B)309.23º20.8%49.02%-
XYZ16.3714.6620.06-
YUV109.28134.61139.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.23%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=36.23%
G=28.70%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259912100.210.030.51309.2311.6143.92
Hex7D6379015333135c2c
Octal1751431710253634651454
Binary111110111000111111001010101111100111001101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,99,121); }

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

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

 a { background-color: rgb(125,99,121); }

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

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

 span { border-color: rgb(125,99,121); }

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