#7A6176

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

Shades of Old Lavender #7A6176

Tints of Old Lavender #7A6176

Color information

#7A6176 (or 0x7A6176) is unknown color: approx Old Lavender. HEX triplet: 7A, 61 and 76. RGB value is (122,97,118). Sum of RGB (Red+Green+Blue) = 122+97+118=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6176 is #859E89. Grayscale: #6A6A6A. Windows color (decimal): -8756874 or 7758202. OLE color: 7758202.

HSL color Cylindrical-coordinate representation of color #7A6176: hue angle of 309.6º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A6176 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB12297118-
CMYK00.200.030.52
HSL309.6º11.42%42.94%-
HSV(B)309.6º20.49%47.84%-
XYZ15.5713.9919.02-
YUV106.87134.28138.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.20%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=36.20%
G=28.78%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1229711800.200.030.52309.611.4242.94
Hex7A6176014334136b2b
Octal1721411660243644661353
Binary111101011000011110110010100111101001001101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,118); }

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

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

 a { background-color: rgb(122,97,118); }

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

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

 span { border-color: rgb(122,97,118); }

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