#7D6079

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

Shades of Old Lavender #7D6079

Tints of Old Lavender #7D6079

Color information

#7D6079 (or 0x7D6079) is unknown color: approx Old Lavender. HEX triplet: 7D, 60 and 79. RGB value is (125,96,121). Sum of RGB (Red+Green+Blue) = 125+96+121=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6079 is #829F86. Grayscale: #6B6B6B. Windows color (decimal): -8560519 or 7954557. OLE color: 7954557.

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

Color convert

RGB12596121-
CMYK00.230.030.51
HSL308.28º13.12%43.33%-
HSV(B)308.28º23.2%49.02%-
XYZ16.0914.1119.96-
YUV107.52135.61140.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.55%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=36.55%
G=28.07%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259612100.230.030.51308.2813.1243.33
Hex7D6079017333134d2b
Octal1751401710273634641553
Binary111110111000001111001010111111100111001101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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