#7B6179

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

Shades of Old Lavender #7B6179

Tints of Old Lavender #7B6179

Color information

#7B6179 (or 0x7B6179) is unknown color: approx Old Lavender. HEX triplet: 7B, 61 and 79. RGB value is (123,97,121). Sum of RGB (Red+Green+Blue) = 123+97+121=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6179 is #849E86. Grayscale: #6B6B6B. Windows color (decimal): -8691335 or 7954811. OLE color: 7954811.

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

Color convert

RGB12397121-
CMYK00.210.020.52
HSL304.62º11.82%43.14%-
HSV(B)304.62º21.14%48.24%-
XYZ15.8914.1419.98-
YUV107.51135.61139.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.07%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=36.07%
G=28.45%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239712100.210.020.52304.6211.8243.14
Hex7B6179015234131c2b
Octal1731411710252644611453
Binary111101111000011111001010101101101001001100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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