#7B6579

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

Shades of Old Lavender #7B6579

Tints of Old Lavender #7B6579

Color information

#7B6579 (or 0x7B6579) is unknown color: approx Old Lavender. HEX triplet: 7B, 65 and 79. RGB value is (123,101,121). Sum of RGB (Red+Green+Blue) = 123+101+121=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6579 is #849A86. Grayscale: #6D6D6D. Windows color (decimal): -8690311 or 7955835. OLE color: 7955835.

HSL color Cylindrical-coordinate representation of color #7B6579: hue angle of 305.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B6579 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB123101121-
CMYK00.180.020.52
HSL305.45º9.82%43.92%-
HSV(B)305.45º17.89%48.24%-
XYZ16.2714.920.11-
YUV109.86134.29137.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.65%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=35.65%
G=29.28%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310112100.180.020.52305.459.8243.92
Hex7B6579012234131a2c
Octal1731451710222644611254
Binary111101111001011111001010010101101001001100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,101,121); }

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

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

 a { background-color: rgb(123,101,121); }

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

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

 span { border-color: rgb(123,101,121); }

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