#746D6E

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

Shades of Empress #746D6E

Tints of Empress #746D6E

Color information

#746D6E (or 0x746D6E) is unknown color: approx Empress. HEX triplet: 74, 6D and 6E. RGB value is (116,109,110). Sum of RGB (Red+Green+Blue) = 116+109+110=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 116 - color contains mainly: red. Hex color #746D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D6E is #8B9291. Grayscale: #6F6F6F. Windows color (decimal): -9147026 or 7236980. OLE color: 7236980.

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

Color convert

RGB116109110-
CMYK00.060.050.55
HSL351.43º3.11%44.12%-
HSV(B)351.43º6.03%45.49%-
XYZ15.4915.7816.98-
YUV111.21127.32131.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=34.63%
G=32.54%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610911000.060.050.55351.433.1144.12
Hex746D6E0653715f32c
Octal16415515606567537354
Binary111010011011011101110011010111011110101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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