#74715D

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

Shades of Flint #74715D

Tints of Flint #74715D

Color information

#74715D (or 0x74715D) is unknown color: approx Flint. HEX triplet: 74, 71 and 5D. RGB value is (116,113,93). Sum of RGB (Red+Green+Blue) = 116+113+93=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #74715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74715D is #8B8EA2. Grayscale: #6F6F6F. Windows color (decimal): -9146019 or 6123892. OLE color: 6123892.

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

Color convert

RGB11611393-
CMYK00.030.200.55
HSL52.17º11%40.98%-
HSV(B)52.17º19.83%45.49%-
XYZ15.0816.3112.71-
YUV111.62117.49131.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=36.02%
G=35.09%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161139300.030.200.5552.171140.98
Hex74715D03143734b29
Octal164161135032467641351
Binary111010011100011011101011101001101111101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74715D; }

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

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

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

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

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

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

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

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