#746A6C

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

Shades of Empress #746A6C

Tints of Empress #746A6C

Color information

#746A6C (or 0x746A6C) is unknown color: approx Empress. HEX triplet: 74, 6A and 6C. RGB value is (116,106,108). Sum of RGB (Red+Green+Blue) = 116+106+108=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #746A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A6C is #8B9593. Grayscale: #6D6D6D. Windows color (decimal): -9147796 or 7105140. OLE color: 7105140.

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

Color convert

RGB116106108-
CMYK00.090.070.55
HSL348º4.5%43.53%-
HSV(B)348º8.62%45.49%-
XYZ15.0615.116.31-
YUV109.22127.31132.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=35.15%
G=32.12%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610610800.090.070.553484.543.53
Hex746A6C0973715c52c
Octal164152154011767534554
Binary11101001101010110110001001111110111101011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,106,108); }

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

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

 a { background-color: rgb(116,106,108); }

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

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

 span { border-color: rgb(116,106,108); }

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