#7E676D

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

Shades of Empress #7E676D

Tints of Empress #7E676D

Color information

#7E676D (or 0x7E676D) is unknown color: approx Empress. HEX triplet: 7E, 67 and 6D. RGB value is (126,103,109). Sum of RGB (Red+Green+Blue) = 126+103+109=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 126 - color contains mainly: red. Hex color #7E676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E676D is #819892. Grayscale: #6E6E6E. Windows color (decimal): -8493203 or 7169918. OLE color: 7169918.

HSL color Cylindrical-coordinate representation of color #7E676D: hue angle of 344.35º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E676D is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB126103109-
CMYK00.180.130.51
HSL344.35º10.04%44.9%-
HSV(B)344.35º18.25%49.41%-
XYZ16.2115.2416.56-
YUV110.56127.12139.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.28%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=37.28%
G=30.47%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12610310900.180.130.51344.3510.0444.9
Hex7E676D012D33158a2d
Octal17614715502215635301255
Binary11111101100111110110101001011011100111010110001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,103,109); }

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

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

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

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

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

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

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