Html Css Color HEX #746F62 Flint

📋 copy color: '#746F62'

red 116 ◦ green 111 ◦ blue 98

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

Shades of Flint #746F62

Tints of Flint #746F62

RGB

 RED value IS 116 (45.7% 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 value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746F62 (or 0x746F62) is known color: 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

RGB 116 111 98 -
CMYK 0 0.04 0.16 0.55
HSL 43.33º 0.08% 0.42% -
HSV(B) 43.33º 0.16% 0.45% -
XYZ 15.09 15.96 13.84 -
YUV 111.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 116 111 98 0 0.04 0.16 0.55 43.33 0.08 0.42
Hex 74 6F 62 0 4 10 37 2B 8 2A
Octal 164 157 142 0 4 20 67 53 10 52
Binary 1110100 1101111 1100010 0 100 10000 110111 101011 1000 101010

Color Harmonies of #746F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F62

Black with #746F62

Text Example


Text Example

White with #746F62

Text Example


Text Example

HTML Codes & Css Web 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>