#7A6779

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

Shades of Old Lavender #7A6779

Tints of Old Lavender #7A6779

Color information

#7A6779 (or 0x7A6779) is unknown color: approx Old Lavender. HEX triplet: 7A, 67 and 79. RGB value is (122,103,121). Sum of RGB (Red+Green+Blue) = 122+103+121=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6779 is #859886. Grayscale: #6E6E6E. Windows color (decimal): -8755335 or 7956346. OLE color: 7956346.

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

Color convert

RGB122103121-
CMYK00.160.010.52
HSL303.16º8.44%44.12%-
HSV(B)303.16º15.57%47.84%-
XYZ16.3315.2220.17-
YUV110.73133.79136.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.26%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=35.26%
G=29.77%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210312100.160.010.52303.168.4444.12
Hex7A677901013412f82c
Octal1721471710201644571054
Binary11110101100111111100101000011101001001011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,103,121); }

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

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

 a { background-color: rgb(122,103,121); }

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

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

 span { border-color: rgb(122,103,121); }

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