#7A697B

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

Shades of Old Lavender #7A697B

Tints of Old Lavender #7A697B

Color information

#7A697B (or 0x7A697B) is unknown color: approx Old Lavender. HEX triplet: 7A, 69 and 7B. RGB value is (122,105,123). Sum of RGB (Red+Green+Blue) = 122+105+123=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A697B is #859684. Grayscale: #707070. Windows color (decimal): -8754821 or 8087930. OLE color: 8087930.

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

Color convert

RGB122105123-
CMYK0.010.1500.52
HSL296.67º7.89%44.71%-
HSV(B)296.67º14.63%48.24%-
XYZ16.6515.6720.89-
YUV112.14134.13135.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.86%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=34.86%
G=30%
B=35.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221051230.010.1500.52296.677.8944.71
Hex7A697B1F03412982d
Octal1721511731170644511055
Binary1111010110100111110111111101101001001010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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