Html Css Color HEX #746263 Falcon

📋 copy color: '#746263'

red 116 ◦ green 98 ◦ blue 99

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

Shades of Falcon #746263

Tints of Falcon #746263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.31%

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

R = 37.06%
G = 31.31%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#746263 (or 0x746263) is known color: Falcon. HEX triplet: 74, 62 and 63. RGB value is (116,98,99). Sum of RGB (Red+Green+Blue) = 116+98+99=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #746263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746263 is #8B9D9C. Grayscale: #676767. Windows color (decimal): -9149853 or 6513268. OLE color: 6513268.

HSL color Cylindrical-coordinate representation of color #746263: hue angle of 356.67º 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 #746263 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 99 -
CMYK 0 0.16 0.15 0.55
HSL 356.67º 0.08% 0.42% -
HSV(B) 356.67º 0.16% 0.45% -
XYZ 13.82 13.35 13.65 -
YUV 103.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 116 98 99 0 0.16 0.15 0.55 356.67 0.08 0.42
Hex 74 62 63 0 10 F 37 165 8 2A
Octal 164 142 143 0 20 17 67 545 10 52
Binary 1110100 1100010 1100011 0 10000 1111 110111 101100101 1000 101010

Color Harmonies of #746263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746263

Black with #746263

Text Example


Text Example

White with #746263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746263; }

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

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

background-color css

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

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

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

border-color css

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

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

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