#7A717A

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

Shades of Old Lavender #7A717A

Tints of Old Lavender #7A717A

Color information

#7A717A (or 0x7A717A) is unknown color: approx Old Lavender. HEX triplet: 7A, 71 and 7A. RGB value is (122,113,122). Sum of RGB (Red+Green+Blue) = 122+113+122=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 122 - color contains mainly: red, blue. Hex color #7A717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A717A is #858E85. Grayscale: #747474. Windows color (decimal): -8752774 or 8024442. OLE color: 8024442.

HSL color Cylindrical-coordinate representation of color #7A717A: hue angle of 300º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A717A is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB122113122-
CMYK00.0700.52
HSL300º3.83%46.08%-
HSV(B)300º7.38%47.84%-
XYZ17.4417.3520.84-
YUV116.72130.98131.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.17%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=34.17%
G=31.65%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211312200.0700.523003.8346.08
Hex7A717A0703412c42e
Octal17216117207064454456
Binary11110101110001111101001110110100100101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,122); }

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

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

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

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

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

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

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