#7E727D

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

Shades of Old Lavender #7E727D

Tints of Old Lavender #7E727D

Color information

#7E727D (or 0x7E727D) is unknown color: approx Old Lavender. HEX triplet: 7E, 72 and 7D. RGB value is (126,114,125). Sum of RGB (Red+Green+Blue) = 126+114+125=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 126 - color contains mainly: red. Hex color #7E727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E727D is #818D82. Grayscale: #767676. Windows color (decimal): -8490371 or 8221310. OLE color: 8221310.

HSL color Cylindrical-coordinate representation of color #7E727D: hue angle of 305º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E727D is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB126114125-
CMYK00.100.010.51
HSL305º5%47.06%-
HSV(B)305º9.52%49.41%-
XYZ18.3217.9521.9-
YUV118.84131.48133.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.52%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=34.52%
G=31.23%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12611412500.100.010.51305547.06
Hex7E727D0A13313152f
Octal176162175012163461557
Binary111111011100101111101010101110011100110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,114,125); }

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

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

 a { background-color: rgb(126,114,125); }

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

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

 span { border-color: rgb(126,114,125); }

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