#747366

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

Shades of Flint #747366

Tints of Flint #747366

Color information

#747366 (or 0x747366) is unknown color: approx Flint. HEX triplet: 74, 73 and 66. RGB value is (116,115,102). Sum of RGB (Red+Green+Blue) = 116+115+102=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 116 - color contains mainly: red. Hex color #747366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747366 is #8B8C99. Grayscale: #717171. Windows color (decimal): -9145498 or 6714228. OLE color: 6714228.

HSL color Cylindrical-coordinate representation of color #747366: hue angle of 55.71º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747366 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB116115102-
CMYK00.010.120.55
HSL55.71º6.42%42.75%-
HSV(B)55.71º12.07%45.49%-
XYZ15.7316.9315.01-
YUV113.82121.33129.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=34.83%
G=34.53%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611510200.010.120.5555.716.4242.75
Hex74736601C373862b
Octal16416314601146770653
Binary111010011100111100110011100110111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747366; }

 p { color: rgb(116,115,102); }

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

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

 a { background-color: rgb(116,115,102); }

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

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

 span { border-color: rgb(116,115,102); }

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