#7C686C

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

Shades of Empress #7C686C

Tints of Empress #7C686C

Color information

#7C686C (or 0x7C686C) is unknown color: approx Empress. HEX triplet: 7C, 68 and 6C. RGB value is (124,104,108). Sum of RGB (Red+Green+Blue) = 124+104+108=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 124 - color contains mainly: red. Hex color #7C686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C686C is #839793. Grayscale: #6E6E6E. Windows color (decimal): -8624020 or 7104636. OLE color: 7104636.

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

Color convert

RGB124104108-
CMYK00.160.130.51
HSL348º8.77%44.71%-
HSV(B)348º16.13%48.63%-
XYZ15.9715.2716.29-
YUV110.44126.63137.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.90%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=36.90%
G=30.95%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410410800.160.130.513488.7744.71
Hex7C686C010D3315c92d
Octal17415015402015635341155
Binary11111001101000110110001000011011100111010111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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