#746E5C

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

Shades of Flint #746E5C

Tints of Flint #746E5C

Color information

#746E5C (or 0x746E5C) is unknown color: approx Flint. HEX triplet: 74, 6E and 5C. RGB value is (116,110,92). Sum of RGB (Red+Green+Blue) = 116+110+92=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E5C is #8B91A3. Grayscale: #6D6D6D. Windows color (decimal): -9146788 or 6057588. OLE color: 6057588.

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

Color convert

RGB11611092-
CMYK00.050.210.55
HSL45º11.54%40.78%-
HSV(B)45º20.69%45.49%-
XYZ14.7115.6412.37-
YUV109.74117.99132.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 110 (43.36% from 255) = 34.59%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=36.48%
G=34.59%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161109200.050.210.554511.5440.78
Hex746E5C0515372dc29
Octal164156134052567551451
Binary1110100110111010111000101101011101111011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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