#746F5D

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

Shades of Flint #746F5D

Tints of Flint #746F5D

Color information

#746F5D (or 0x746F5D) is unknown color: approx Flint. HEX triplet: 74, 6F and 5D. RGB value is (116,111,93). Sum of RGB (Red+Green+Blue) = 116+111+93=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #746F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F5D is #8B90A2. Grayscale: #6E6E6E. Windows color (decimal): -9146531 or 6123380. OLE color: 6123380.

HSL color Cylindrical-coordinate representation of color #746F5D: hue angle of 46.96º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #746F5D is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11611193-
CMYK00.040.200.55
HSL46.96º11%40.98%-
HSV(B)46.96º19.83%45.49%-
XYZ14.8615.8712.64-
YUV110.44118.16131.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=36.25%
G=34.69%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161119300.040.200.5546.961140.98
Hex746F5D0414372fb29
Octal164157135042467571351
Binary1110100110111110111010100101001101111011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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