#7C686B

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

Shades of Empress #7C686B

Tints of Empress #7C686B

Color information

#7C686B (or 0x7C686B) is unknown color: approx Empress. HEX triplet: 7C, 68 and 6B. RGB value is (124,104,107). Sum of RGB (Red+Green+Blue) = 124+104+107=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C686B is #839794. Grayscale: #6E6E6E. Windows color (decimal): -8624021 or 7039100. OLE color: 7039100.

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

Color convert

RGB124104107-
CMYK00.160.140.51
HSL351º8.77%44.71%-
HSV(B)351º16.13%48.63%-
XYZ15.9215.2516.01-
YUV110.32126.13137.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=37.01%
G=31.04%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410410700.160.140.513518.7744.71
Hex7C686B010E3315f92d
Octal17415015302016635371155
Binary11111001101000110101101000011101100111010111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,107); }

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

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

 a { background-color: rgb(124,104,107); }

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

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

 span { border-color: rgb(124,104,107); }

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