#747160

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

Shades of Flint #747160

Tints of Flint #747160

Color information

#747160 (or 0x747160) is unknown color: approx Flint. HEX triplet: 74, 71 and 60. RGB value is (116,113,96). Sum of RGB (Red+Green+Blue) = 116+113+96=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #747160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747160 is #8B8E9F. Grayscale: #707070. Windows color (decimal): -9146016 or 6320500. OLE color: 6320500.

HSL color Cylindrical-coordinate representation of color #747160: hue angle of 51º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #747160 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB11611396-
CMYK00.030.170.55
HSL51º9.43%41.57%-
HSV(B)51º17.24%45.49%-
XYZ15.2216.3713.42-
YUV111.96118.99130.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=35.69%
G=34.77%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161139600.030.170.55519.4341.57
Hex7471600311373392a
Octal164161140032167631152
Binary111010011100011100000011100011101111100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747160; }

 p { color: rgb(116,113,96); }

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

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

 a { background-color: rgb(116,113,96); }

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

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

 span { border-color: rgb(116,113,96); }

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