#746E6F

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

Shades of Empress #746E6F

Tints of Empress #746E6F

Color information

#746E6F (or 0x746E6F) is unknown color: approx Empress. HEX triplet: 74, 6E and 6F. RGB value is (116,110,111). Sum of RGB (Red+Green+Blue) = 116+110+111=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 116 - color contains mainly: red. Hex color #746E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E6F is #8B9190. Grayscale: #6F6F6F. Windows color (decimal): -9146769 or 7302772. OLE color: 7302772.

HSL color Cylindrical-coordinate representation of color #746E6F: hue angle of 350º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #746E6F is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB116110111-
CMYK00.050.040.55
HSL350º2.65%44.31%-
HSV(B)350º5.17%45.49%-
XYZ15.6516.0117.3-
YUV111.91127.49130.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=34.42%
G=32.64%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611011100.050.040.553502.6544.31
Hex746E6F0543715e32c
Octal16415615705467536354
Binary111010011011101101111010110011011110101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746E6F; }

 p { color: rgb(116,110,111); }

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

<style>
 a { background-color: #746E6F; }

 a { background-color: rgb(116,110,111); }

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

<style>
 span { border-color: #746E6F; }

 span { border-color: rgb(116,110,111); }

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