#746E70

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

Shades of Empress #746E70

Tints of Empress #746E70

Color information

#746E70 (or 0x746E70) is unknown color: approx Empress. HEX triplet: 74, 6E and 70. RGB value is (116,110,112). Sum of RGB (Red+Green+Blue) = 116+110+112=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 116 - color contains mainly: red. Hex color #746E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E70 is #8B918F. Grayscale: #707070. Windows color (decimal): -9146768 or 7368308. OLE color: 7368308.

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

Color convert

RGB116110112-
CMYK00.050.030.55
HSL340º2.65%44.31%-
HSV(B)340º5.17%45.49%-
XYZ15.716.0317.6-
YUV112.02127.99130.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=34.32%
G=32.54%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611011200.050.030.553402.6544.31
Hex746E700533715432c
Octal16415616005367524354
Binary11101001101110111000001011111011110101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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