Html Css Color HEX #746E5C Flint

📋 copy color: '#746E5C'

red 116 ◦ green 110 ◦ blue 92

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

Shades of Flint #746E5C

Tints of Flint #746E5C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.59%

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 36.48%
G = 34.59%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#746E5C (or 0x746E5C) is known color: Flint. HEX triplet: 74, 6E and 5C. RGB value is (116,110,92). Sum of RGB (Red+Green+Blue) = 116+110+92=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E5C is #8B91A3. Grayscale: #6D6D6D. Windows color (decimal): -9146788 or 6057588. OLE color: 6057588.

HSL color Cylindrical-coordinate representation of color #746E5C: hue angle of 45º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #746E5C is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 110 92 -
CMYK 0 0.05 0.21 0.55
HSL 45º 0.12% 0.41% -
HSV(B) 45º 0.21% 0.45% -
XYZ 14.71 15.64 12.37 -
YUV 109.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 116 110 92 0 0.05 0.21 0.55 45 0.12 0.41
Hex 74 6E 5C 0 5 15 37 2D C 29
Octal 164 156 134 0 5 25 67 55 14 51
Binary 1110100 1101110 1011100 0 101 10101 110111 101101 1100 101001

Color Harmonies of #746E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E5C

Black with #746E5C

Text Example


Text Example

White with #746E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,110,92); }

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

background-color css

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

 a { background-color: rgb(116,110,92); }

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

border-color css

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

 span { border-color: rgb(116,110,92); }

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