#7D686D

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

Shades of Empress #7D686D

Tints of Empress #7D686D

Color information

#7D686D (or 0x7D686D) is unknown color: approx Empress. HEX triplet: 7D, 68 and 6D. RGB value is (125,104,109). Sum of RGB (Red+Green+Blue) = 125+104+109=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D686D is #829792. Grayscale: #6E6E6E. Windows color (decimal): -8558483 or 7170173. OLE color: 7170173.

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

Color convert

RGB125104109-
CMYK00.170.130.51
HSL345.71º9.17%44.9%-
HSV(B)345.71º16.8%49.02%-
XYZ16.1715.3616.58-
YUV110.85126.96138.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.98%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=36.98%
G=30.77%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12510410900.170.130.51345.719.1744.9
Hex7D686D011D3315a92d
Octal17515015502115635321155
Binary11111011101000110110101000111011100111010110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,104,109); }

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

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

 a { background-color: rgb(125,104,109); }

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

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

 span { border-color: rgb(125,104,109); }

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