#7E777E

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

Shades of Old Lavender #7E777E

Tints of Old Lavender #7E777E

Color information

#7E777E (or 0x7E777E) is unknown color: approx Old Lavender. HEX triplet: 7E, 77 and 7E. RGB value is (126,119,126). Sum of RGB (Red+Green+Blue) = 126+119+126=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 126 - color contains mainly: red, blue. Hex color #7E777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E777E is #818881. Grayscale: #797979. Windows color (decimal): -8489090 or 8288126. OLE color: 8288126.

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

Color convert

RGB126119126-
CMYK00.0600.51
HSL300º2.86%48.04%-
HSV(B)300º5.56%49.41%-
XYZ18.9719.1422.43-
YUV121.89130.32130.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.96%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=33.96%
G=32.08%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12611912600.0600.513002.8648.04
Hex7E777E0603312c330
Octal17616717606063454360
Binary1111110111011111111100110011001110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,119,126); }

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

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

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

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

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

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

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