#7D686C

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

Shades of Empress #7D686C

Tints of Empress #7D686C

Color information

#7D686C (or 0x7D686C) is unknown color: approx Empress. HEX triplet: 7D, 68 and 6C. RGB value is (125,104,108). Sum of RGB (Red+Green+Blue) = 125+104+108=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D686C is #829793. Grayscale: #6E6E6E. Windows color (decimal): -8558484 or 7104637. OLE color: 7104637.

HSL color Cylindrical-coordinate representation of color #7D686C: hue angle of 348.57º 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 #7D686C is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB125104108-
CMYK00.170.140.51
HSL348.57º9.17%44.9%-
HSV(B)348.57º16.8%49.02%-
XYZ16.1115.3416.3-
YUV110.74126.46138.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.09%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=37.09%
G=30.86%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12510410800.170.140.51348.579.1744.9
Hex7D686C011E3315d92d
Octal17515015402116635351155
Binary11111011101000110110001000111101100111010111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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