#746F5C

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

Shades of Flint #746F5C

Tints of Flint #746F5C

Color information

#746F5C (or 0x746F5C) is unknown color: approx Flint. HEX triplet: 74, 6F and 5C. RGB value is (116,111,92). Sum of RGB (Red+Green+Blue) = 116+111+92=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F5C is #8B90A3. Grayscale: #6E6E6E. Windows color (decimal): -9146532 or 6057844. OLE color: 6057844.

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

Color convert

RGB11611192-
CMYK00.040.210.55
HSL47.5º11.54%40.78%-
HSV(B)47.5º20.69%45.49%-
XYZ14.8215.8512.4-
YUV110.33117.66132.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=36.36%
G=34.80%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161119200.040.210.5547.511.5440.78
Hex746F5C04153730c29
Octal164157134042567601451
Binary1110100110111110111000100101011101111100001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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