#7D6E72

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

Shades of Empress #7D6E72

Tints of Empress #7D6E72

Color information

#7D6E72 (or 0x7D6E72) is unknown color: approx Empress. HEX triplet: 7D, 6E and 72. RGB value is (125,110,114). Sum of RGB (Red+Green+Blue) = 125+110+114=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E72 is #82918D. Grayscale: #727272. Windows color (decimal): -8556942 or 7499389. OLE color: 7499389.

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

Color convert

RGB125110114-
CMYK00.120.090.51
HSL344º6.38%46.08%-
HSV(B)344º12%49.02%-
XYZ17.0716.7318.25-
YUV114.94127.47135.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.82%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=35.82%
G=31.52%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511011400.120.090.513446.3846.08
Hex7D6E720C93315862e
Octal1751561620141163530656
Binary111110111011101110010011001001110011101011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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