#7A737A

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

Shades of Old Lavender #7A737A

Tints of Old Lavender #7A737A

Color information

#7A737A (or 0x7A737A) is unknown color: approx Old Lavender. HEX triplet: 7A, 73 and 7A. RGB value is (122,115,122). Sum of RGB (Red+Green+Blue) = 122+115+122=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 122 - color contains mainly: red, blue. Hex color #7A737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A737A is #858C85. Grayscale: #757575. Windows color (decimal): -8752262 or 8024954. OLE color: 8024954.

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

Color convert

RGB122115122-
CMYK00.0600.52
HSL300º2.95%46.47%-
HSV(B)300º5.74%47.84%-
XYZ17.6717.820.92-
YUV117.89130.32130.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.98%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=33.98%
G=32.03%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211512200.0600.523002.9546.47
Hex7A737A0603412c32e
Octal17216317206064454356
Binary1111010111001111110100110011010010010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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