Html Css Color HEX #746F5F Flint

📋 copy color: '#746F5F'

red 116 ◦ green 111 ◦ blue 95

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

Shades of Flint #746F5F

Tints of Flint #746F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 36.02%
G = 34.47%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#746F5F (or 0x746F5F) is known color: Flint. HEX triplet: 74, 6F and 5F. RGB value is (116,111,95). Sum of RGB (Red+Green+Blue) = 116+111+95=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #746F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F5F is #8B90A0. Grayscale: #6E6E6E. Windows color (decimal): -9146529 or 6254452. OLE color: 6254452.

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

Color convert

RGB 116 111 95 -
CMYK 0 0.04 0.18 0.55
HSL 45.71º 0.1% 0.41% -
HSV(B) 45.71º 0.18% 0.45% -
XYZ 14.95 15.91 13.11 -
YUV 110.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 116 111 95 0 0.04 0.18 0.55 45.71 0.1 0.41
Hex 74 6F 5F 0 4 12 37 2E A 29
Octal 164 157 137 0 4 22 67 56 12 51
Binary 1110100 1101111 1011111 0 100 10010 110111 101110 1010 101001

Color Harmonies of #746F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F5F

Black with #746F5F

Text Example


Text Example

White with #746F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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