Html Css Color HEX #747164 Flint

📋 copy color: '#747164'

red 116 ◦ green 113 ◦ blue 100

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

Shades of Flint #747164

Tints of Flint #747164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 35.26%
G = 34.35%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#747164 (or 0x747164) is known color: Flint. HEX triplet: 74, 71 and 64. RGB value is (116,113,100). Sum of RGB (Red+Green+Blue) = 116+113+100=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #747164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747164 is #8B8E9B. Grayscale: #707070. Windows color (decimal): -9146012 or 6582644. OLE color: 6582644.

HSL color Cylindrical-coordinate representation of color #747164: hue angle of 48.75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #747164 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 100 -
CMYK 0 0.03 0.14 0.55
HSL 48.75º 0.07% 0.42% -
HSV(B) 48.75º 0.14% 0.45% -
XYZ 15.41 16.44 14.42 -
YUV 112.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 116 113 100 0 0.03 0.14 0.55 48.75 0.07 0.42
Hex 74 71 64 0 3 E 37 31 7 2A
Octal 164 161 144 0 3 16 67 61 7 52
Binary 1110100 1110001 1100100 0 11 1110 110111 110001 111 101010

Color Harmonies of #747164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747164

Black with #747164

Text Example


Text Example

White with #747164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747164; }

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

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

background-color css

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

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

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

border-color css

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

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

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