#746F62

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

Shades of Flint #746F62

Tints of Flint #746F62

Color information

#746F62 (or 0x746F62) is unknown color: approx Flint. HEX triplet: 74, 6F and 62. RGB value is (116,111,98). Sum of RGB (Red+Green+Blue) = 116+111+98=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #746F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F62 is #8B909D. Grayscale: #6F6F6F. Windows color (decimal): -9146526 or 6451060. OLE color: 6451060.

HSL color Cylindrical-coordinate representation of color #746F62: hue angle of 43.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746F62 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB11611198-
CMYK00.040.160.55
HSL43.33º8.41%41.96%-
HSV(B)43.33º15.52%45.49%-
XYZ15.0915.9613.84-
YUV111.01120.66131.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=35.69%
G=34.15%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161119800.040.160.5543.338.4141.96
Hex746F620410372b82a
Octal164157142042067531052
Binary1110100110111111000100100100001101111010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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