Html Css Color HEX #746364 Falcon

📋 copy color: '#746364'

red 116 ◦ green 99 ◦ blue 100

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

Shades of Falcon #746364

Tints of Falcon #746364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

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

R = 36.83%
G = 31.43%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#746364 (or 0x746364) is known color: Falcon. HEX triplet: 74, 63 and 64. RGB value is (116,99,100). Sum of RGB (Red+Green+Blue) = 116+99+100=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #746364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746364 is #8B9C9B. Grayscale: #686868. Windows color (decimal): -9149596 or 6579060. OLE color: 6579060.

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

Color convert

RGB 116 99 100 -
CMYK 0 0.15 0.14 0.55
HSL 356.47º 0.08% 0.42% -
HSV(B) 356.47º 0.15% 0.45% -
XYZ 13.96 13.56 13.94 -
YUV 104.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 116 99 100 0 0.15 0.14 0.55 356.47 0.08 0.42
Hex 74 63 64 0 F E 37 164 8 2A
Octal 164 143 144 0 17 16 67 544 10 52
Binary 1110100 1100011 1100100 0 1111 1110 110111 101100100 1000 101010

Color Harmonies of #746364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746364

Black with #746364

Text Example


Text Example

White with #746364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746364; }

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

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

background-color css

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

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

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

border-color css

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

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

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