#7A667B

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

Shades of Old Lavender #7A667B

Tints of Old Lavender #7A667B

Color information

#7A667B (or 0x7A667B) is unknown color: approx Old Lavender. HEX triplet: 7A, 66 and 7B. RGB value is (122,102,123). Sum of RGB (Red+Green+Blue) = 122+102+123=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A667B is #859984. Grayscale: #6E6E6E. Windows color (decimal): -8755589 or 8087162. OLE color: 8087162.

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

Color convert

RGB122102123-
CMYK0.010.1700.52
HSL297.14º9.33%44.12%-
HSV(B)297.14º17.07%48.24%-
XYZ16.3515.0720.79-
YUV110.37135.13136.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=35.16%
G=29.39%
B=35.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221021230.010.1700.52297.149.3344.12
Hex7A667B11103412992c
Octal1721461731210644511154
Binary11110101100110111101111000101101001001010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,102,123); }

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

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

 a { background-color: rgb(122,102,123); }

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

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

 span { border-color: rgb(122,102,123); }

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