Html Css Color HEX #747263 Flint

📋 copy color: '#747263'

red 116 ◦ green 114 ◦ blue 99

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

Shades of Flint #747263

Tints of Flint #747263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 35.26%
G = 34.65%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#747263 (or 0x747263) is known color: Flint. HEX triplet: 74, 72 and 63. RGB value is (116,114,99). Sum of RGB (Red+Green+Blue) = 116+114+99=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #747263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747263 is #8B8D9C. Grayscale: #707070. Windows color (decimal): -9145757 or 6517364. OLE color: 6517364.

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

Color convert

RGB 116 114 99 -
CMYK 0 0.02 0.15 0.55
HSL 52.94º 0.08% 0.42% -
HSV(B) 52.94º 0.15% 0.45% -
XYZ 15.47 16.65 14.2 -
YUV 112.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 116 114 99 0 0.02 0.15 0.55 52.94 0.08 0.42
Hex 74 72 63 0 2 F 37 35 8 2A
Octal 164 162 143 0 2 17 67 65 10 52
Binary 1110100 1110010 1100011 0 10 1111 110111 110101 1000 101010

Color Harmonies of #747263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747263

Black with #747263

Text Example


Text Example

White with #747263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747263; }

 p { color: rgb(116,114,99); }

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

background-color css

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

 a { background-color: rgb(116,114,99); }

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

border-color css

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

 span { border-color: rgb(116,114,99); }

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