#746D6F

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

Shades of Empress #746D6F

Tints of Empress #746D6F

Color information

#746D6F (or 0x746D6F) is unknown color: approx Empress. HEX triplet: 74, 6D and 6F. RGB value is (116,109,111). Sum of RGB (Red+Green+Blue) = 116+109+111=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 116 - color contains mainly: red. Hex color #746D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D6F is #8B9290. Grayscale: #6F6F6F. Windows color (decimal): -9147025 or 7302516. OLE color: 7302516.

HSL color Cylindrical-coordinate representation of color #746D6F: hue angle of 342.86º 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 #746D6F is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB116109111-
CMYK00.060.040.55
HSL342.86º3.11%44.12%-
HSV(B)342.86º6.03%45.49%-
XYZ15.5415.817.27-
YUV111.32127.82131.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=34.52%
G=32.44%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610911100.060.040.55342.863.1144.12
Hex746D6F0643715732c
Octal16415515706467527354
Binary111010011011011101111011010011011110101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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