#7F6C6D

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

Shades of Empress #7F6C6D

Tints of Empress #7F6C6D

Color information

#7F6C6D (or 0x7F6C6D) is unknown color: approx Empress. HEX triplet: 7F, 6C and 6D. RGB value is (127,108,109). Sum of RGB (Red+Green+Blue) = 127+108+109=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6C6D is #809392. Grayscale: #717171. Windows color (decimal): -8426387 or 7171199. OLE color: 7171199.

HSL color Cylindrical-coordinate representation of color #7F6C6D: hue angle of 356.84º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F6C6D is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB127108109-
CMYK00.150.140.50
HSL356.84º8.09%46.08%-
HSV(B)356.84º14.96%49.8%-
XYZ16.8816.3416.73-
YUV113.8125.29137.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.92%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=36.92%
G=31.40%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710810900.150.140.50356.848.0946.08
Hex7F6C6D0FE3216582e
Octal17715415501716625451056
Binary1111111110110011011010111111101100101011001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,108,109); }

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

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

 a { background-color: rgb(127,108,109); }

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

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

 span { border-color: rgb(127,108,109); }

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