#7E637A

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

Shades of Old Lavender #7E637A

Tints of Old Lavender #7E637A

Color information

#7E637A (or 0x7E637A) is unknown color: approx Old Lavender. HEX triplet: 7E, 63 and 7A. RGB value is (126,99,122). Sum of RGB (Red+Green+Blue) = 126+99+122=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 126 - color contains mainly: red. Hex color #7E637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E637A is #819C85. Grayscale: #6D6D6D. Windows color (decimal): -8494214 or 8020862. OLE color: 8020862.

HSL color Cylindrical-coordinate representation of color #7E637A: hue angle of 308.89º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E637A is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB12699122-
CMYK00.210.030.51
HSL308.89º12%44.12%-
HSV(B)308.89º21.43%49.41%-
XYZ16.5814.7620.39-
YUV109.7134.95139.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.31%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=36.31%
G=28.53%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1269912200.210.030.51308.891244.12
Hex7E637A015333135c2c
Octal1761431720253634651454
Binary111111011000111111010010101111100111001101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,99,122); }

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

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

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

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

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

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

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