Html Css Color HEX #746F59 Flint

📋 copy color: '#746F59'

red 116 ◦ green 111 ◦ blue 89

#746F59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flint #746F59

Tints of Flint #746F59

RGB

 RED value IS 116 (45.7% from 255) = 36.71%

 GREEN value IS 111 (43.75% from 255) = 35.13%

 BLUE value IS 89 (35.16% from 255) = 28.16%

R = 36.71%
G = 35.13%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#746F59 (or 0x746F59) is known color: Flint. HEX triplet: 74, 6F and 59. RGB value is (116,111,89). Sum of RGB (Red+Green+Blue) = 116+111+89=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #746F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F59 is #8B90A6. Grayscale: #6E6E6E. Windows color (decimal): -9146535 or 5861236. OLE color: 5861236.

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

Color convert

RGB 116 111 89 -
CMYK 0 0.04 0.23 0.55
HSL 48.89º 0.13% 0.4% -
HSV(B) 48.89º 0.23% 0.45% -
XYZ 14.69 15.8 11.73 -
YUV 109.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 116 111 89 0 0.04 0.23 0.55 48.89 0.13 0.4
Hex 74 6F 59 0 4 17 37 31 D 28
Octal 164 157 131 0 4 27 67 61 15 50
Binary 1110100 1101111 1011001 0 100 10111 110111 110001 1101 101000

Color Harmonies of #746F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F59

Black with #746F59

Text Example


Text Example

White with #746F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #746F59;
 }
 .AnyTagClassName
 {
   color: #746F59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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